Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. $_.txt

    =over =item $ARG =item $_ X<$_> X<$ARG> The default input and pattern-searching space. The following pairs are equivalent: while (<>) {...} # equivalent only in while! while (defined($_ = <>)) {......
    perldoc.perl.org/variables/$_.txt
    Registered: Mon Jan 19 09:11:44 UTC 2026
    - 1.9K bytes
    - Viewed (0)
  2. $].txt

    =over =item $OLD_PERL_VERSION =item $] X<$]> X<$OLD_PERL_VERSION> The revision, version, and subversion of the Perl interpreter, represented as a decimal of the form 5.XXXYYY, where XXX is the vers...
    perldoc.perl.org/variables/$].txt
    Registered: Mon Jan 19 09:47:24 UTC 2026
    - 1.6K bytes
    - Viewed (0)
  3. $?.txt

    =over =item $CHILD_ERROR =item $? X<$?> X<$CHILD_ERROR> The status returned by the last pipe close, backtick (C<``>) command, successful call to C<wait()> or C<waitpid()>, or from the C<system()> o...
    perldoc.perl.org/variables/$?.txt
    Registered: Mon Jan 19 10:03:15 UTC 2026
    - 1.2K bytes
    - Viewed (0)
  4. $^P.txt

    =over =item $PERLDB =item $^P X<$^P> X<$PERLDB> The internal variable for debugging support. The meanings of the various bits are subject to change, but currently indicate: =over 6 =item 0x01 Debug...
    perldoc.perl.org/variables/$^P.txt
    Registered: Mon Jan 19 09:02:50 UTC 2026
    - 1.3K bytes
    - Viewed (0)
  5. ${^MATCH}.txt

    =over =item ${^MATCH} X<${^MATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$&> (C<$MATCH>) except tha...
    perldoc.perl.org/variables/${^MATCH}.txt
    Registered: Mon Jan 19 09:32:38 UTC 2026
    - 498 bytes
    - Viewed (0)
  6. $<.txt

    =over =item $REAL_USER_ID =item $UID =item $< X<< $< >> X<$UID> X<$REAL_USER_ID> The real uid of this process. You can change both the real uid and the effective uid at the same time by using C<POS...
    perldoc.perl.org/variables/$<.txt
    Registered: Mon Jan 19 09:41:11 UTC 2026
    - 408 bytes
    - Viewed (0)
  7. ARGVOUT.txt

    =over =item ARGVOUT X<ARGVOUT> The special filehandle that points to the currently open output file when doing edit-in-place processing with B<-i>. Useful when you have to do a lot of inserting and...
    perldoc.perl.org/variables/ARGVOUT.txt
    Registered: Mon Jan 19 10:51:54 UTC 2026
    - 303 bytes
    - Viewed (0)
  8. perlsyn - Perl syntax: declarations, statements...

    perlsyn ( source , CPAN ) CONTENTS NAME DESCRIPTION Declarations Comments Simple Statements Statement Modifiers Compo...
    perldoc.perl.org/perlsyn
    Registered: Mon Jan 26 10:01:35 UTC 2026
    - 79.9K bytes
    - Viewed (0)
  9. Net::Ping - check a remote host for reachabilit...

    Net::Ping ( source , CPAN ) version 2.76 CONTENTS NAME SYNOPSIS DESCRIPTION Functions NOTES INSTALL BUGS AUTHORS COPY...
    perldoc.perl.org/Net::Ping
    Registered: Mon Jan 26 11:23:12 UTC 2026
    - 44.3K bytes
    - Viewed (0)
  10. Pod::Simple::DumpAsText -- dump Pod-parsing eve...

    Pod::Simple::DumpAsText ( source , CPAN ) version 3.45 CONTENTS NAME SYNOPSIS DESCRIPTION SEE ALSO SUPPORT COPYRIGHT ...
    perldoc.perl.org/Pod::Simple::DumpAsText
    Registered: Mon Jan 26 11:23:23 UTC 2026
    - 19.3K bytes
    - Viewed (0)
Back to top