- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3621 - 3630 of 6,204 for content_length:[0 TO 9999] (0.07 sec)
-
CPAN::API::HOWTO.txt
=head1 NAME CPAN::API::HOWTO - a recipe book for programming with CPAN.pm =head1 RECIPES All of these recipes assume that you have put "use CPAN" at the top of your program. =head2 What distributio...perldoc.perl.org/CPAN::API::HOWTO.txtRegistered: Thu Nov 07 15:13:29 UTC 2024 - 1K bytes - Viewed (0) -
ops.txt
package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...perldoc.perl.org/ops.txtRegistered: Thu Nov 07 13:10:57 UTC 2024 - 997 bytes - Viewed (0) -
%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.txtRegistered: Sun Nov 10 21:47:26 UTC 2024 - 4.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: Sun Nov 10 22:39:20 UTC 2024 - 1.9K bytes - Viewed (0) -
$$.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/$$.txtRegistered: Sun Nov 10 21:33:55 UTC 2024 - 1.2K 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: Sun Nov 10 23:28:11 UTC 2024 - 1.3K bytes - Viewed (0) -
@ .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/@ .txtRegistered: Sun Nov 10 20:45:40 UTC 2024 - 1.1K 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: Sun Nov 10 23:54:58 UTC 2024 - 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: Sun Nov 10 21:27:27 UTC 2024 - 492 bytes - Viewed (0) -
$!.txt
=over =item $OS_ERROR =item $ERRNO =item $! X<$!> X<$ERRNO> X<$OS_ERROR> When referenced, C<$!> retrieves the current value of the C C<errno> integer variable. If C<$!> is assigned a numerical valu...perldoc.perl.org/variables/$!.txtRegistered: Mon Nov 11 01:22:50 UTC 2024 - 1.4K bytes - Viewed (0)