Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1131 - 1140 of 1,306 for label:perl (0.02 sec)

  1. __DATA__.txt

    =over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109
    perldoc.perl.org/functions/__DATA__.txt Similar Results (1)
    Registered: Fri Jun 06 14:52:27 UTC 2025
    - 109 bytes
    - Viewed (0)
  2. s.txt

    =over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98
    perldoc.perl.org/functions/s.txt
    Registered: Fri Jun 06 16:59:51 UTC 2025
    - 98 bytes
    - Viewed (0)
  3. version.txt

    =head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...
    perldoc.perl.org/version.txt
    Registered: Fri Jun 06 21:26:31 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  4. %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: Fri Jun 06 23:11:11 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  5. $$.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: Fri Jun 06 20:59:18 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  6. $).txt

    =over =item $EFFECTIVE_GROUP_ID =item $EGID =item $) X<$)> X<$EGID> X<$EFFECTIVE_GROUP_ID> The effective gid of this process. If you are on a machine that supports membership in multiple groups sim...
    perldoc.perl.org/variables/$).txt
    Registered: Fri Jun 06 21:45:33 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  7. $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: Sat Jun 07 00:08:23 UTC 2025
    - 801 bytes
    - Viewed (0)
  8. $<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: Fri Jun 06 22:36:40 UTC 2025
    - 511 bytes
    - Viewed (0)
  9. $ .txt

    =over =item $LAST_PAREN_MATCH =item $+ X<$+> X<$LAST_PAREN_MATCH> The text matched by the highest used capture group of the last successful search pattern. (See L</Scoping Rules of Regex Variables>...
    perldoc.perl.org/variables/$ .txt
    Registered: Fri Jun 06 23:35:51 UTC 2025
    - 586 bytes
    - Viewed (0)
  10. y.txt

    =over =item y/// The transliteration operator. Same as L<C<trE<sol>E<sol>E<sol>>|/trE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 153
    perldoc.perl.org/functions/y.txt
    Registered: Fri Jun 06 18:12:27 UTC 2025
    - 153 bytes
    - Viewed (0)
Back to top