Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1371 - 1380 of 2,290 for filetype:txt (0.06 sec)

  1. ${^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}.txt
    Registered: Sat Nov 02 00:52:15 UTC 2024
    - 510 bytes
    - Viewed (0)
  2. $>.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/$>.txt
    Registered: Sat Nov 02 00:06:12 UTC 2024
    - 615 bytes
    - Viewed (0)
  3. $".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/$".txt
    Registered: Sat Nov 02 00:30:47 UTC 2024
    - 428 bytes
    - Viewed (0)
  4. $^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 194
    perldoc.perl.org/variables/$^I.txt
    Registered: Fri Nov 01 22:34:29 UTC 2024
    - 194 bytes
    - Viewed (0)
  5. ${^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}.txt
    Registered: Sat Nov 02 02:18:39 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. $^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.txt
    Registered: Sat Nov 02 03:19:55 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. $^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.txt
    Registered: Sat Nov 02 03:07:35 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. $^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.txt
    Registered: Sat Nov 02 04:05:42 UTC 2024
    - 1009 bytes
    - Viewed (0)
  9. ${^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}.txt
    Registered: Sat Nov 02 02:51:58 UTC 2024
    - 572 bytes
    - Viewed (0)
  10. $^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.txt
    Registered: Sat Nov 02 01:11:39 UTC 2024
    - 437 bytes
    - Viewed (0)
Back to top