Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1101 - 1110 of 1,302 for label:perl (0.03 sec)

  1. TAP::Parser::Result::Unknown.txt

    package TAP::Parser::Result::Unknown; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Unknown - Unknown result token. =head1 VERSION Version 3.48 =cut our...
    perldoc.perl.org/TAP::Parser::Result::Unknown.txt
    Registered: Sun Nov 17 15:07:36 UTC 2024
    - 734 bytes
    - Viewed (0)
  2. 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: Tue Nov 19 03:47:37 UTC 2024
    - 132.6K bytes
    - Viewed (0)
  3. ${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txt

    =over =item ${^MAX_NESTED_EVAL_BEGIN_BLOCKS} This variable determines the maximum number C<eval EXPR>/C<BEGIN> or C<require>/C<BEGIN> block nesting that is allowed. This means it also controls the ...
    perldoc.perl.org/variables/${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txt
    Registered: Tue Nov 19 04:01:02 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. $).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: Tue Nov 19 02:07:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. @ .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: Tue Nov 19 04:33:40 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. $<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: Tue Nov 19 01:41:56 UTC 2024
    - 511 bytes
    - Viewed (0)
  7. $ .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: Tue Nov 19 01:26:12 UTC 2024
    - 586 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: Tue Nov 19 01:19:48 UTC 2024
    - 492 bytes
    - Viewed (0)
  9. ${^LAST_SUCCESSFUL_PATTERN}.txt

    =over =item ${^LAST_SUCCESSFUL_PATTERN} The last successful pattern that matched in the current scope. The empty pattern defaults to matching to this. For instance: if (m/foo/ || m/bar/) { s//BLAH/...
    perldoc.perl.org/variables/${^LAST_SUCCESSFUL_PATTERN}.txt
    Registered: Tue Nov 19 02:22:51 UTC 2024
    - 435 bytes
    - Viewed (0)
  10. Unicode::Collate::CJK::Stroke.txt

    package Unicode::Collate::CJK::Stroke; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::Stroke.txt
    Registered: Mon Nov 18 21:13:16 UTC 2024
    - 118.8K bytes
    - Viewed (0)
Back to top