Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 1,172 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: Fri May 10 19:29:58 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. %^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: Fri May 10 19:16:15 UTC 2024
    - 909 bytes
    - Viewed (0)
  3. %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: Fri May 10 13:54:29 UTC 2024
    - 746 bytes
    - Viewed (0)
  4. ${^CHILD_ERROR_NATIVE}.txt

    =over =item ${^CHILD_ERROR_NATIVE} X<$^CHILD_ERROR_NATIVE> The native status returned by the last pipe close, backtick (C<``>) command, successful call to C<wait()> or C<waitpid()>, or from the C<s...
    perldoc.perl.org/variables/${^CHILD_ERROR_NATIVE}.txt
    Registered: Fri May 10 19:23:32 UTC 2024
    - 574 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: Fri May 10 16:34:23 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: Sat May 11 00:25:43 UTC 2024
    - 421 bytes
    - Viewed (0)
  7. rindex.txt

    =over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...
    perldoc.perl.org/functions/rindex.txt
    Registered: Sat May 11 07:33:15 UTC 2024
    - 310 bytes
    - Viewed (0)
  8. perltrap.txt

    =head1 NAME perltrap - Perl traps for the unwary =head1 DESCRIPTION The biggest trap of all is forgetting to C<use warnings> or use the B<-w> switch; see L<warnings> and L<perlrun/-w>. The second b...
    perldoc.perl.org/perltrap.txt
    Registered: Sun May 12 14:31:53 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  9. perlfaq2.txt

    =head1 NAME perlfaq2 - Obtaining and Learning about Perl =head1 VERSION version 5.20210520 =head1 DESCRIPTION This section of the FAQ answers questions about where to find source and documentation ...
    perldoc.perl.org/perlfaq2.txt
    Registered: Sun May 12 14:39:21 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. perl5302delta.txt

    =encoding utf8 =head1 NAME perl5302delta - what is new for perl v5.30.2 =head1 DESCRIPTION This document describes differences between the 5.30.1 release and the 5.30.2 release. If you are upgradin...
    perldoc.perl.org/perl5302delta.txt
    Registered: Sun May 12 16:58:52 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top