Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. $^E.txt

    =over =item $EXTENDED_OS_ERROR =item $^E X<$^E> X<$EXTENDED_OS_ERROR> Error information specific to the current operating system. At the moment, this differs from C<L</$!>> under only VMS, OS/2, an...
    perldoc.perl.org/variables/$^E.txt
    Registered: Tue Apr 16 20:09:00 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. %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: Tue Apr 16 17:43:26 UTC 2024
    - 746 bytes
    - Viewed (0)
  3. @_.txt

    =over =item @ARG =item @_ X<@_> X<@ARG> Within a subroutine the array C<@_> contains the parameters passed to that subroutine. Inside a subroutine, C<@_> is the default array for the array operator...
    perldoc.perl.org/variables/@_.txt
    Registered: Tue Apr 16 19:03:24 UTC 2024
    - 247 bytes
    - Viewed (0)
  4. $^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: Tue Apr 16 21:36:19 UTC 2024
    - 2K bytes
    - Viewed (1)
  5. @-.txt

    =over =item @LAST_MATCH_START =item @- X<@-> X<@LAST_MATCH_START> This array holds the offsets of the beginnings of the last successful match and any capture buffers it contains. (See L</Scoping Ru...
    perldoc.perl.org/variables/@-.txt
    Registered: Tue Apr 16 21:07:37 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  6. % .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: Tue Apr 16 22:25:45 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  7. $'.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 16 22:12:52 UTC 2024
    - 528 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: Tue Apr 16 20:38:15 UTC 2024
    - 331 bytes
    - Viewed (0)
  9. @ARGV.txt

    =over =item @ARGV X<@ARGV> The array C<@ARGV> contains the command-line arguments intended for the script. C<$#ARGV> is generally the number of arguments minus one, because C<$ARGV[0]> is the first...
    perldoc.perl.org/variables/@ARGV.txt
    Registered: Tue Apr 16 20:52:16 UTC 2024
    - 293 bytes
    - Viewed (0)
  10. $-.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: Tue Apr 16 22:05:38 UTC 2024
    - 237 bytes
    - Viewed (0)
Back to top