Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 790 for host:perldoc.perl.org (0.02 sec)

  1. ${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txt

    =over =item ${^MAX_NESTED_EVAL_BEGIN_BLOCKS} This variable determines the maximum number C<eval EXPR>/C<BEGIN> or C<require>/C<BEGIN> block nesting that is allowed. This means it also controls the ...
    perldoc.perl.org/variables/${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txt
    Registered: Fri May 10 16:27:20 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. $$.txt

    =over =item $PROCESS_ID =item $PID =item $$ X<$$> X<$PID> X<$PROCESS_ID> The process number of the Perl running this script. Though you I<can> set this variable, doing so is generally discouraged, ...
    perldoc.perl.org/variables/$$.txt
    Registered: Fri May 10 13:25:49 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. $).txt

    =over =item $EFFECTIVE_GROUP_ID =item $EGID =item $) X<$)> X<$EGID> X<$EFFECTIVE_GROUP_ID> The effective gid of this process. If you are on a machine that supports membership in multiple groups sim...
    perldoc.perl.org/variables/$).txt
    Registered: Fri May 10 15:36:44 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. $!.txt

    =over =item $OS_ERROR =item $ERRNO =item $! X<$!> X<$ERRNO> X<$OS_ERROR> When referenced, C<$!> retrieves the current value of the C C<errno> integer variable. If C<$!> is assigned a numerical valu...
    perldoc.perl.org/variables/$!.txt
    Registered: Fri May 10 17:11:42 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  5. $INC.txt

    =over =item $INC X<$INC> As of 5.37.7 when an C<@INC> hook is executed the index of the C<@INC> array that holds the hook will be localized into the C<$INC> variable. When the hook returns the inte...
    perldoc.perl.org/variables/$INC.txt
    Registered: Fri May 10 16:10:16 UTC 2024
    - 801 bytes
    - Viewed (0)
  6. %INC.txt

    =over =item %INC X<%INC> The hash C<%INC> contains entries for each filename included via the C<do>, C<require>, or C<use> operators. The key is the filename you specified (with module names conver...
    perldoc.perl.org/variables/%INC.txt
    Registered: Fri May 10 15:58:16 UTC 2024
    - 681 bytes
    - Viewed (0)
  7. ${^WARNING_BITS}.txt

    =over =item ${^WARNING_BITS} X<${^WARNING_BITS}> The current set of warning checks enabled by the C<use warnings> pragma. It has the same scoping as the C<$^H> and C<%^H> variables. The exact value...
    perldoc.perl.org/variables/${^WARNING_BITS}.txt
    Registered: Fri May 10 17:18:29 UTC 2024
    - 516 bytes
    - Viewed (0)
  8. $a.txt

    =over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...
    perldoc.perl.org/variables/$a.txt
    Registered: Fri May 10 16:20:02 UTC 2024
    - 394 bytes
    - Viewed (0)
  9. perllol.txt

    =head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...
    perldoc.perl.org/perllol.txt
    Registered: Sat May 11 03:25:31 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. version.txt

    =head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...
    perldoc.perl.org/version.txt
    Registered: Fri May 10 20:14:57 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top