- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1361 - 1370 of 2,269 for filetype:txt (0.08 sec)
-
$>.txt
=over =item $EFFECTIVE_USER_ID =item $EUID =item $> X<< $> >> X<$EUID> X<$EFFECTIVE_USER_ID> The effective uid of this process. For example: $< = $>; # set real to effective uid ($<,$>) = ($>,$<); ...perldoc.perl.org/variables/$>.txtRegistered: Sat Nov 02 00:06:12 UTC 2024 - 615 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: Sat Nov 02 00:30:47 UTC 2024 - 428 bytes - Viewed (0) -
$^I.txt
=over =item $INPLACE_EDIT =item $^I X<$^I> X<$INPLACE_EDIT> The current value of the inplace-edit extension. Use C<undef> to disable inplace editing. Mnemonic: value of B<-i> switch. =back 194perldoc.perl.org/variables/$^I.txtRegistered: Fri Nov 01 22:34:29 UTC 2024 - 194 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: Sat Nov 02 02:18:39 UTC 2024 - 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: Sat Nov 02 03:19:55 UTC 2024 - 1.9K bytes - Viewed (0) -
$^V.txt
=over =item $PERL_VERSION =item $^V X<$^V> X<$PERL_VERSION> =for comment These are documented in the generated file lib/Config.pod. This looks like as good a place as any to give notice that they a...perldoc.perl.org/variables/$^V.txtRegistered: Sat Nov 02 03:07:35 UTC 2024 - 1.6K bytes - Viewed (0) -
$^N.txt
=over =item $LAST_SUBMATCH_RESULT =item $^N X<$^N> X<$LAST_SUBMATCH_RESULT> The text matched by the used group most-recently closed (i.e. the group with the rightmost closing parenthesis) of the la...perldoc.perl.org/variables/$^N.txtRegistered: Sat Nov 02 04:05:42 UTC 2024 - 1009 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: Sat Nov 02 02:51:58 UTC 2024 - 572 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: Sat Nov 02 01:11:39 UTC 2024 - 437 bytes - Viewed (0) -
$^C.txt
=over =item $COMPILING =item $^C X<$^C> X<$COMPILING> The current value of the flag associated with the B<-c> switch. Mainly of use with B<-MO=...> to allow code to alter its behavior when being co...perldoc.perl.org/variables/$^C.txtRegistered: Sat Nov 02 01:26:30 UTC 2024 - 401 bytes - Viewed (0)