Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 103 for host:perldoc.perl.org (0.08 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: Thu May 02 11:39:00 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. $^X.txt

    =over =item $EXECUTABLE_NAME =item $^X X<$^X> X<$EXECUTABLE_NAME> The name used to execute the current copy of Perl, from C's C<argv[0]> or (where supported) F</proc/self/exe>. Depending on the hos...
    perldoc.perl.org/variables/$^X.txt
    Registered: Thu May 02 08:16:03 UTC 2024
    - 2K bytes
    - Viewed (1)
  3. % .txt

    =over =item %{^CAPTURE} =item %LAST_PAREN_MATCH =item %+ X<%+> X<%LAST_PAREN_MATCH> X<%{^CAPTURE}> Similar to C<@+>, the C<%+> hash allows access to the named capture buffers, should they exist, in...
    perldoc.perl.org/variables/% .txt
    Registered: Thu May 02 07:54:53 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  4. %ENV.txt

    =over =item %ENV X<%ENV> The hash C<%ENV> contains your current environment. Setting a value in C<ENV> changes the environment for any child processes you subsequently C<fork()> off. As of v5.18.0,...
    perldoc.perl.org/variables/%ENV.txt
    Registered: Thu May 02 10:12:42 UTC 2024
    - 746 bytes
    - Viewed (0)
  5. $'.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: Thu May 02 11:10:13 UTC 2024
    - 528 bytes
    - Viewed (0)
  6. $`.txt

    =over =item $PREMATCH =item $` X<$`> X<$PREMATCH> The string preceding whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). See L</Performance issu...
    perldoc.perl.org/variables/$`.txt
    Registered: Thu May 02 09:50:26 UTC 2024
    - 421 bytes
    - Viewed (0)
  7. ${^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: Thu May 02 12:29:51 UTC 2024
    - 216 bytes
    - Viewed (0)
  8. $-.txt

    =over =item HANDLE->format_lines_left(EXPR) =item $FORMAT_LINES_LEFT =item $- X<$-> X<$FORMAT_LINES_LEFT> The number of lines left on the page of the currently selected output channel. Mnemonic: li...
    perldoc.perl.org/variables/$-.txt
    Registered: Thu May 02 08:52:37 UTC 2024
    - 237 bytes
    - Viewed (0)
  9. $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: Thu May 02 10:38:53 UTC 2024
    - 102 bytes
    - Viewed (0)
  10. $[.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: Thu May 02 14:05:17 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top