Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 671 - 680 of 1,306 for label:perl (0.02 sec)

  1. DESTROY.txt

    =over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91
    perldoc.perl.org/functions/DESTROY.txt
    Registered: Fri Jun 06 15:20:19 UTC 2025
    - 91 bytes
    - Viewed (0)
  2. AUTOLOAD.txt

    =over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back 85
    perldoc.perl.org/functions/AUTOLOAD.txt
    Registered: Fri Jun 06 19:43:18 UTC 2025
    - 85 bytes
    - Viewed (0)
  3. $_.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: Fri Jun 06 23:54:12 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  4. $].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: Sat Jun 07 01:17:41 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  5. $(.txt

    =over =item $REAL_GROUP_ID =item $GID =item $( X<$(> X<$GID> X<$REAL_GROUP_ID> The real gid of this process. If you are on a machine that supports membership in multiple groups simultaneously, give...
    perldoc.perl.org/variables/$(.txt
    Registered: Fri Jun 06 23:57:51 UTC 2025
    - 1013 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: Fri Jun 06 22:14:42 UTC 2025
    - 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: Sat Jun 07 01:02:44 UTC 2025
    - 408 bytes
    - Viewed (0)
  8. @F.txt

    =over =item @F X<@F> The array C<@F> contains the fields of each line read in when autosplit mode is turned on. See L<perlrun|perlrun/-a> for the B<-a> switch. This array is package-specific, and m...
    perldoc.perl.org/variables/@F.txt
    Registered: Fri Jun 06 23:03:21 UTC 2025
    - 312 bytes
    - Viewed (0)
  9. $..txt

    =over =item HANDLE->input_line_number( EXPR ) =item $INPUT_LINE_NUMBER =item $NR =item $. X<$.> X<$NR> X<$INPUT_LINE_NUMBER> X<line number> Current line number for the last filehandle accessed. Eac...
    perldoc.perl.org/variables/$..txt
    Registered: Sat Jun 07 04:03:50 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  10. $^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: Sat Jun 07 05:10:52 UTC 2025
    - 1.3K bytes
    - Viewed (0)
Back to top