Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2371 - 2380 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. %SIG.txt

    =over =item %SIG X<%SIG> The hash C<%SIG> contains signal handlers for signals. For example: sub handler { # 1st argument is signal name my($sig) = @_; print "Caught a SIG$sig--shutting down\n"; cl...
    perldoc.perl.org/variables/%SIG.txt
    Registered: Sat Jan 31 16:07:17 UTC 2026
    - 4.5K bytes
    - Viewed (0)
  2. ${^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: Sat Jan 31 16:46:39 UTC 2026
    - 1.9K bytes
    - Viewed (0)
  3. @ .txt

    =over =item @LAST_MATCH_END =item @+ X<@+> X<@LAST_MATCH_END> This array holds the offsets of the ends of the last successful match and any matching capture buffers that the pattern contains. (See ...
    perldoc.perl.org/variables/@ .txt
    Registered: Sat Jan 31 15:53:55 UTC 2026
    - 1.1K bytes
    - Viewed (0)
  4. $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: Sat Jan 31 16:01:51 UTC 2026
    - 801 bytes
    - Viewed (0)
  5. perlsolaris - Perl version 5 on Solaris systems...

    perlsolaris ( source , CPAN ) CONTENTS NAME DESCRIPTION Solaris Version Numbers RESOURCES SETTING UP File Extraction ...
    perldoc.perl.org/perlsolaris
    Registered: Mon Jan 26 12:17:21 UTC 2026
    - 57.5K bytes
    - Viewed (0)
  6. perl5101delta - what is new for perl v5.10.1 - ...

    perl5101delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Switch statement changes Smart match c...
    perldoc.perl.org/perl5101delta
    Registered: Mon Jan 26 12:17:59 UTC 2026
    - 93.1K bytes
    - Viewed (0)
  7. say - Perldoc Browser

    functions / say ( source , CPAN ) # say FILEHANDLE LIST # say FILEHANDLE # say LIST # say Just like print , but impli...
    perldoc.perl.org/functions/say
    Registered: Mon Jan 26 13:19:23 UTC 2026
    - 15.8K bytes
    - Viewed (0)
  8. any - Perldoc Browser

    functions / any ( source , CPAN ) # any BLOCK LIST Evaluates the BLOCK for each element of the LIST (locally setting ...
    perldoc.perl.org/functions/any
    Registered: Mon Jan 26 13:19:27 UTC 2026
    - 15.9K bytes
    - Viewed (0)
  9. chmod - Perldoc Browser

    functions / chmod ( source , CPAN ) # chmod LIST Changes the permissions of a list of files. The first element of the...
    perldoc.perl.org/functions/chmod
    Registered: Mon Jan 26 13:19:40 UTC 2026
    - 16.6K bytes
    - Viewed (0)
  10. glob - Perldoc Browser

    functions / glob ( source , CPAN ) # glob EXPR # glob In list context, returns a (possibly empty) list of filename ex...
    perldoc.perl.org/functions/glob
    Registered: Mon Jan 26 13:19:44 UTC 2026
    - 18.4K bytes
    - Viewed (0)
Back to top