Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2441 - 2450 of 2,642 for host:perldoc.perl.org (0.04 sec)

  1. Tie::SubstrHash.txt

    package Tie::SubstrHash 1.01; =head1 NAME Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing =head1 SYNOPSIS require Tie::SubstrHash; tie %myhash, 'Tie::SubstrHash', $key_len, $value_len,...
    perldoc.perl.org/Tie::SubstrHash.txt
    Registered: Sun Jul 13 17:12:52 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  2. Test::Builder::Formatter.txt

    package Test::Builder::Formatter; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) } use Test2::Util::HashBase qw/no_...
    perldoc.perl.org/Test::Builder::Formatter.txt
    Registered: Sun Jul 13 18:41:50 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  3. Tie::StdHandle.txt

    package Tie::StdHandle; use strict; use Tie::Handle; our @ISA = 'Tie::Handle'; our $VERSION = '4.6'; =head1 NAME Tie::StdHandle - base class definitions for tied handles =head1 SYNOPSIS package New...
    perldoc.perl.org/Tie::StdHandle.txt
    Registered: Sun Jul 13 15:51:48 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. $/ - Perldoc Browser

    variables / $/ ( source , CPAN ) # IO::Handle->input_record_separator( EXPR ) # $INPUT_RECORD_SEPARATOR # $RS # $/ Th...
    perldoc.perl.org/variables/$/
    Registered: Mon Jul 14 06:26:49 UTC 2025
    - 19.6K bytes
    - Viewed (0)
  5. %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: Mon Jul 14 06:16:19 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  6. $$.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: Mon Jul 14 05:25:20 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  7. @ .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: Mon Jul 14 07:56:21 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  8. $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: Mon Jul 14 05:08:56 UTC 2025
    - 801 bytes
    - Viewed (0)
  9. $<digits> ($1, $2, ...).txt

    =over =item $<I<digits>> ($1, $2, ...) X<$1> X<$2> X<$3> X<$I<digits>> Contains the subpattern from the corresponding set of capturing parentheses from the last successful pattern match in the curr...
    perldoc.perl.org/variables/$<digits> ($1, $2, ...).txt
    Registered: Mon Jul 14 09:51:44 UTC 2025
    - 511 bytes
    - Viewed (0)
  10. ${^RE_COMPILE_RECURSION_LIMIT}.txt

    =over =item ${^RE_COMPILE_RECURSION_LIMIT} X<${^RE_COMPILE_RECURSION_LIMIT}> The current value giving the maximum number of open but unclosed parenthetical groups there may be at any point during a...
    perldoc.perl.org/variables/${^RE_COMPILE_RECURSION_LIMIT}.txt
    Registered: Mon Jul 14 05:41:59 UTC 2025
    - 404 bytes
    - Viewed (0)
Back to top