- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1291 - 1300 of 3,812 for filetype:txt (0.09 sec)
-
$b.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/$b.txt Similar Results (1)Registered: Wed Apr 16 21:05:54 UTC 2025 - 394 bytes - Viewed (0) -
$".txt
=over =item $LIST_SEPARATOR =item $" X<$"> X<$LIST_SEPARATOR> When an array or an array slice is interpolated into a double-quoted string or a similar context such as C</.../>, its elements are sep...perldoc.perl.org/variables/$".txtRegistered: Wed Apr 16 21:26:23 UTC 2025 - 428 bytes - Viewed (0) -
perlop.txt
=encoding utf8 =head1 NAME X<operator> perlop - Perl expressions: operators, precedence, string literals =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent...perldoc.perl.org/perlop.txtRegistered: Wed Apr 16 10:38:01 UTC 2025 - 173.2K bytes - Viewed (0) -
${^GLOBAL_PHASE}.txt
=over =item ${^GLOBAL_PHASE} X<${^GLOBAL_PHASE}> The current phase of the perl interpreter. Possible values are: =over 8 =item CONSTRUCT The C<PerlInterpreter*> is being constructed via C<perl_cons...perldoc.perl.org/variables/${^GLOBAL_PHASE}.txtRegistered: Thu Apr 17 03:05:28 UTC 2025 - 2.6K bytes - Viewed (0) -
$^H.txt
=over =item $^H X<$^H> WARNING: This variable is strictly for internal use only. Its availability, behavior, and contents are subject to change without notice. This variable contains compile-time h...perldoc.perl.org/variables/$^H.txtRegistered: Thu Apr 17 00:45:58 UTC 2025 - 1.9K bytes - Viewed (0) -
${^SAFE_LOCALES}.txt
=over =item ${^SAFE_LOCALES} X<${^SAFE_LOCALES}> Reflects if safe locale operations are available to this perl (when the value is 1) or not (the value is 0). This variable is always 1 if the perl h...perldoc.perl.org/variables/${^SAFE_LOCALES}.txtRegistered: Thu Apr 17 04:12:35 UTC 2025 - 572 bytes - Viewed (0) -
${^POSTMATCH}.txt
=over =item ${^POSTMATCH} X<${^POSTMATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$'> (C<$POSTMATCH>...perldoc.perl.org/variables/${^POSTMATCH}.txtRegistered: Thu Apr 17 00:16:10 UTC 2025 - 510 bytes - Viewed (0) -
$^D.txt
=over =item $DEBUGGING =item $^D X<$^D> X<$DEBUGGING> The current value of the debugging flags. May be read or set. Like its L<command-line equivalent|perlrun/B<-D>I<letters>>, you can use numeric ...perldoc.perl.org/variables/$^D.txtRegistered: Thu Apr 17 02:24:44 UTC 2025 - 437 bytes - Viewed (0) -
$*.txt
=over =item $* X<$*> C<$*> was a variable that you could use to enable multiline matching. After a deprecation cycle, its magic was removed in Perl v5.10.0. Using it now triggers a warning: C<$* is...perldoc.perl.org/variables/$*.txtRegistered: Thu Apr 17 02:45:42 UTC 2025 - 338 bytes - Viewed (0) -
$^W.txt
=over =item $WARNING =item $^W X<$^W> X<$WARNING> The current value of the warning switch, initially true if B<-w> was used, false otherwise, but directly modifiable. See also L<warnings>. Mnemonic...perldoc.perl.org/variables/$^W.txtRegistered: Thu Apr 17 04:25:53 UTC 2025 - 239 bytes - Viewed (0)