- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1071 - 1080 of 1,306 for label:perl (0.03 sec)
-
perlartistic.txt
=head1 NAME perlartistic - the Perl Artistic License =head1 SYNOPSIS You can refer to this document in Pod via "L<perlartistic>" Or you can see this document by entering "perldoc perlartistic" =hea...perldoc.perl.org/perlartistic.txtRegistered: Fri Apr 18 04:43:55 UTC 2025 - 6.8K bytes - Viewed (0) -
perlhaiku.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/perlhaiku.txtRegistered: Fri Apr 18 00:57:33 UTC 2025 - 1.5K bytes - Viewed (0) -
perlcommunity.txt
=head1 NAME perlcommunity - a brief overview of the Perl community =head1 DESCRIPTION This document aims to provide an overview of the vast perl community, which is far too large and diverse to pro...perldoc.perl.org/perlcommunity.txtRegistered: Wed Apr 16 10:52:49 UTC 2025 - 6.8K bytes - Viewed (0) -
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.txtRegistered: Wed Apr 16 20:01:25 UTC 2025 - 9.6K bytes - Viewed (0) -
${^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}.txtRegistered: Wed Apr 16 20:31:24 UTC 2025 - 1.9K bytes - Viewed (0) -
$).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/$).txtRegistered: Wed Apr 16 21:37:10 UTC 2025 - 1.3K bytes - Viewed (0) -
$ .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/$ .txtRegistered: Wed Apr 16 19:54:29 UTC 2025 - 586 bytes - Viewed (0) -
${^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}.txtRegistered: Wed Apr 16 20:07:43 UTC 2025 - 492 bytes - Viewed (0) -
perl5280delta.txt
=encoding utf8 =head1 NAME perl5280delta - what is new for perl v5.28.0 =head1 DESCRIPTION This document describes differences between the 5.26.0 release and the 5.28.0 release. If you are upgradin...perldoc.perl.org/perl5280delta.txtRegistered: Thu Apr 17 07:43:27 UTC 2025 - 69.5K bytes - Viewed (0) -
perlsyn.txt
=head1 NAME X<syntax> perlsyn - Perl syntax: declarations, statements, comments =head1 DESCRIPTION A Perl program consists of a sequence of declarations and statements which run from the top to the...perldoc.perl.org/perlsyn.txtRegistered: Thu Apr 17 08:52:39 UTC 2025 - 52.8K bytes - Viewed (0)