Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2221 - 2230 of 2,621 for host:perldoc.perl.org (0.04 sec)

  1. CPAN::Meta::Spec - specification for CPAN distr...

    CPAN::Meta::Spec ( source , CPAN ) version 2.150010 CONTENTS NAME VERSION SYNOPSIS DESCRIPTION TERMINOLOGY DATA TYPES...
    perldoc.perl.org/CPAN::Meta::Spec
    Registered: Wed Apr 16 11:17:20 UTC 2025
    - 77.4K bytes
    - Viewed (0)
  2. AutoSplit - split a package for autoloading - P...

    AutoSplit ( source , CPAN ) version 1.06 CONTENTS NAME SYNOPSIS DESCRIPTION Multiple packages DIAGNOSTICS AUTHOR COPY...
    perldoc.perl.org/AutoSplit
    Registered: Wed Apr 16 11:17:37 UTC 2025
    - 29.5K bytes
    - Viewed (0)
  3. App::Prove::State::Result - Individual test sui...

    App::Prove::State::Result ( source , CPAN ) version 3.48 CONTENTS NAME VERSION DESCRIPTION SYNOPSIS METHODS Class Met...
    perldoc.perl.org/App::Prove::State::Result
    Registered: Wed Apr 16 11:17:50 UTC 2025
    - 28.1K 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: Thu Apr 17 01:43:09 UTC 2025
    - 25.4K 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: Wed Apr 16 23:48:03 UTC 2025
    - 4.6K 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: Wed Apr 16 23:09:25 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: Wed Apr 16 23:05:11 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: Wed Apr 16 23:41:28 UTC 2025
    - 801 bytes
    - Viewed (0)
  9. %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: Wed Apr 16 23:25:41 UTC 2025
    - 681 bytes
    - Viewed (0)
  10. $<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: Wed Apr 16 23:52:52 UTC 2025
    - 511 bytes
    - Viewed (0)
Back to top