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. dbmclose.txt

    =over =item dbmclose HASH X<dbmclose> [This function has been largely superseded by the L<C<untie>|/untie VARIABLE> function.] Breaks the binding between a DBM file and a hash. Portability issues: ...
    perldoc.perl.org/functions/dbmclose.txt
    Registered: Sat Jan 17 12:50:02 UTC 2026
    - 229 bytes
    - Viewed (0)
  2. $_.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)
  3. $].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)
  4. $?.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)
  5. $^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)
  6. ${^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)
  7. $<.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)
  8. 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)
  9. 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)
  10. 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)
Back to top