- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 2,401 for filetype:txt (0.44 sec)
-
site.webmanifest
{ "name": "", "short_name": "", "icons": [ { "src": "/resources/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/resources/android-chrome-512x512.png", "sizes": "5...docs.scala-lang.org/resources/site.webmanifestRegistered: 2022-05-16 02:50 - Last Modified: 2021-02-15 10:58 - 446 bytes - Viewed (1) -
$$.txt
=over =item $PROCESS_ID =item $PID =item $$ X<$$> X<$PID> X<$PROCESS_ID> The process number of the Perl running this script. Though you I<can> set this variable, doing so is generally discouraged, ...perldoc.perl.org/variables/$$.txtRegistered: 2022-05-09 13:05 - 1.2K bytes - Viewed (0) -
$!.txt
=over =item $OS_ERROR =item $ERRNO =item $! X<$!> X<$ERRNO> X<$OS_ERROR> When referenced, C<$!> retrieves the current value of the C C<errno> integer variable. If C<$!> is assigned a numerical valu...perldoc.perl.org/variables/$!.txtRegistered: 2022-05-09 12:03 - 1.3K bytes - Viewed (0) -
%INC.txt
=over =item %INC X<%INC> The hash C<%INC> contains entries for each filename included via the C<do>, C<require>, or C<use> operators. The key is the filename you specified (with module names conver...perldoc.perl.org/variables/%INC.txtRegistered: 2022-05-09 12:35 - 681 bytes - Viewed (0) -
${^UTF8CACHE}.txt
=over =item ${^UTF8CACHE} X<${^UTF8CACHE}> This variable controls the state of the internal UTF-8 offset caching code. 1 for on (the default), 0 for off, -1 to debug the caching code by checking al...perldoc.perl.org/variables/${^UTF8CACHE}.txtRegistered: 2022-05-09 12:18 - 468 bytes - Viewed (0) -
$^A.txt
=over =item $ACCUMULATOR =item $^A X<$^A> X<$ACCUMULATOR> The current value of the C<write()> accumulator for C<format()> lines. A format contains C<formline()> calls that put their result into C<$...perldoc.perl.org/variables/$^A.txtRegistered: 2022-05-09 11:47 - 462 bytes - Viewed (0) -
$).txt
=over =item $EFFECTIVE_GROUP_ID =item $EGID =item $) X<$)> X<$EGID> X<$EFFECTIVE_GROUP_ID> The effective gid of this process. If you are on a machine that supports membership in multiple groups sim...perldoc.perl.org/variables/$).txtRegistered: 2022-05-09 16:26 - 1.3K bytes - Viewed (0) -
@ .txt
=over =item @LAST_MATCH_END =item @+ X<@+> X<@LAST_MATCH_END> This array holds the offsets of the ends of the last successful submatches in the currently active dynamic scope. C<$+[0]> is the offse...perldoc.perl.org/variables/@ .txtRegistered: 2022-05-09 19:14 - 725 bytes - Viewed (0) -
${^PREMATCH}.txt
=over =item ${^PREMATCH} X<$`> X<${^PREMATCH}> This is similar to C<$`> ($PREMATCH) except that it does not incur the performance penalty associated with that variable. See L</Performance issues> a...perldoc.perl.org/variables/${^PREMATCH}.txtRegistered: 2022-05-09 17:56 - 554 bytes - Viewed (0) -
$a.txt
=over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...perldoc.perl.org/variables/$a.txtRegistered: 2022-05-09 17:24 - 394 bytes - Viewed (0)