Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1061 - 1070 of 1,301 for label:perl (0.03 sec)

  1. perlre.txt

    =head1 NAME X<regular expression> X<regex> X<regexp> perlre - Perl regular expressions =head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't used regular ...
    perldoc.perl.org/perlre.txt
    Registered: Fri Dec 05 17:35:13 UTC 2025
    - 133.6K bytes
    - Viewed (0)
  2. perl581delta.txt

    =head1 NAME perl581delta - what is new for perl v5.8.1 =head1 DESCRIPTION This document describes differences between the 5.8.0 release and the 5.8.1 release. If you are upgrading from an earlier r...
    perldoc.perl.org/perl581delta.txt
    Registered: Sat Dec 06 18:40:51 UTC 2025
    - 37.2K bytes
    - Viewed (0)
  3. perltru64.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perltru64.txt
    Registered: Sat Dec 06 20:32:43 UTC 2025
    - 8.3K 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: Sun Dec 07 00:21:44 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  5. $).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: Sun Dec 07 02:30:26 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  6. @ .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: Sat Dec 06 23:02:14 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  7. ${^WARNING_BITS}.txt

    =over =item ${^WARNING_BITS} X<${^WARNING_BITS}> The current set of warning checks enabled by the C<use warnings> pragma. It has the same scoping as the C<$^H> and C<%^H> variables. The exact value...
    perldoc.perl.org/variables/${^WARNING_BITS}.txt
    Registered: Sat Dec 06 23:32:12 UTC 2025
    - 516 bytes
    - Viewed (0)
  8. ${^PREMATCH}.txt

    =over =item ${^PREMATCH} X<${^PREMATCH}> It is only guaranteed to return a defined value when the pattern was executed with the C</p> modifier. This is similar to C<$`> ($PREMATCH) except that to u...
    perldoc.perl.org/variables/${^PREMATCH}.txt
    Registered: Sat Dec 06 22:55:18 UTC 2025
    - 492 bytes
    - Viewed (0)
  9. $^A.txt

    =over =item $ACCUMULATOR =item $^A X<$^A> X<$ACCUMULATOR> The current value of the C<write()> accumulator for C<format()> lines. A format contains C<formline()> calls that put their result into C<$...
    perldoc.perl.org/variables/$^A.txt
    Registered: Sun Dec 07 02:46:10 UTC 2025
    - 462 bytes
    - Viewed (0)
  10. 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: Sun Dec 07 04:01:01 UTC 2025
    - 10.4K bytes
    - Viewed (0)
Back to top