Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 1,172 for label:perl (0.02 sec)

  1. %^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)
  2. ${^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: Wed Apr 24 01:34:42 UTC 2024
    - 574 bytes
    - Viewed (0)
  3. $#.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)
  4. @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: Wed Apr 24 00:50:56 UTC 2024
    - 293 bytes
    - Viewed (0)
  5. $-.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: Wed Apr 24 00:14:26 UTC 2024
    - 237 bytes
    - Viewed (0)
  6. $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)
  7. ${^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)
  8. ${^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)
  9. warnings.txt

    # -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/warnings.pl. # Any changes made here will be lost! package warnings; our $VERSION = "...
    perldoc.perl.org/warnings.txt
    Registered: Fri Apr 26 23:33:12 UTC 2024
    - 55.7K bytes
    - Viewed (0)
  10. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2020 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Sat Apr 27 02:08:19 UTC 2024
    - 39.8K bytes
    - Viewed (0)
Back to top