Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 1 - 10 of 1,172 for label:perl (0.01 sec)

  1. %{^HOOK}.txt

    =over =item %{^HOOK} X<%{^HOOK}> This hash contains coderefs which are called when various perl keywords which are hard or impossible to wrap are called. The keys of this hash are named after the k...
    perldoc.perl.org/variables/%{^HOOK}.txt
    Registered: Tue Apr 23 19:19:53 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. $[.txt

    =over =item $[ X<$[> This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could theoretically set it to 1 to make Pe...
    perldoc.perl.org/variables/$[.txt
    Registered: Tue Apr 23 22:21:23 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. $'.txt

    =over =item $POSTMATCH =item $' X<$'> X<$POSTMATCH> X<@-> The string following whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). Example: local ...
    perldoc.perl.org/variables/$'.txt
    Registered: Tue Apr 23 20:08:46 UTC 2024
    - 528 bytes
    - Viewed (0)
  4. ${^ENCODING}.txt

    =over =item ${^ENCODING} X<${^ENCODING}> This variable is no longer supported. It used to hold the I<object reference> to the C<Encode> object that was used to convert the source code to Unicode. I...
    perldoc.perl.org/variables/${^ENCODING}.txt
    Registered: Wed Apr 24 01:42:52 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. %^H.txt

    =over =item %^H X<%^H> The C<%^H> hash provides the same scoping semantics as L<C<$^H>|/$^H>. This makes it useful for implementing lexically scoped pragmas. See L<perlpragma>. All the entries are ...
    perldoc.perl.org/variables/%^H.txt
    Registered: Wed Apr 24 00:45:29 UTC 2024
    - 909 bytes
    - Viewed (0)
  6. $#.txt

    =over =item $# X<$#> C<$#> was a variable that could be used to format printed numbers. After a deprecation cycle, its magic was removed in Perl v5.10.0 and using it now triggers a warning: C<$# is...
    perldoc.perl.org/variables/$#.txt
    Registered: Wed Apr 24 01:14:22 UTC 2024
    - 481 bytes
    - Viewed (0)
  7. $ARGV.txt

    =over =item $ARGV X<$ARGV> Contains the name of the current file when reading from C<< <> >>. =back
    perldoc.perl.org/variables/$ARGV.txt
    Registered: Wed Apr 24 01:20:22 UTC 2024
    - 102 bytes
    - Viewed (0)
  8. ${^UNICODE}.txt

    =over =item ${^UNICODE} X<${^UNICODE}> Reflects certain Unicode settings of Perl. See L<perlrun|perlrun/-C [numberE<sol>list]> documentation for the C<-C> switch for more information about the poss...
    perldoc.perl.org/variables/${^UNICODE}.txt
    Registered: Wed Apr 24 02:44:25 UTC 2024
    - 331 bytes
    - Viewed (0)
  9. ${^WIN32_SLOPPY_STAT}.txt

    =over =item ${^WIN32_SLOPPY_STAT} X<${^WIN32_SLOPPY_STAT}> X<sitecustomize> X<sitecustomize.pl> This variable no longer has any function. This variable was added in Perl v5.10.0 and removed in Perl...
    perldoc.perl.org/variables/${^WIN32_SLOPPY_STAT}.txt
    Registered: Wed Apr 24 03:02:02 UTC 2024
    - 216 bytes
    - Viewed (0)
  10. $0.txt

    =over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...
    perldoc.perl.org/variables/$0.txt
    Registered: Thu May 02 06:42:39 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top