- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 6,572 for content_length:[0 TO 9999] (0.04 sec)
-
XS::Typemap.txt
package XS::Typemap; =head1 NAME XS::Typemap - module to test the XS typemaps distributed with perl =head1 SYNOPSIS use XS::Typemap; $output = T_IV( $input ); $output = T_PV( $input ); @output = T_...perldoc.perl.org/XS::Typemap.txtRegistered: Mon Feb 17 08:13:40 UTC 2025 - 2.5K bytes - Viewed (0) -
autodie::Scope::Guard.txt
package autodie::Scope::Guard; use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope our $VERSION = '2.37'; # VERSION # This code schedules the cleanup of subroutines...perldoc.perl.org/autodie::Scope::Guard.txtRegistered: Mon Feb 17 08:21:16 UTC 2025 - 1.4K bytes - Viewed (0) -
@F.txt
=over =item @F X<@F> The array C<@F> contains the fields of each line read in when autosplit mode is turned on. See L<perlrun|perlrun/-a> for the B<-a> switch. This array is package-specific, and m...perldoc.perl.org/variables/@F.txtRegistered: Mon Feb 17 10:47:44 UTC 2025 - 312 bytes - Viewed (0) -
$_.txt
=over =item $ARG =item $_ X<$_> X<$ARG> The default input and pattern-searching space. The following pairs are equivalent: while (<>) {...} # equivalent only in while! while (defined($_ = <>)) {......perldoc.perl.org/variables/$_.txtRegistered: Mon Feb 17 10:55:43 UTC 2025 - 1.9K bytes - Viewed (0) -
$].txt
=over =item $OLD_PERL_VERSION =item $] X<$]> X<$OLD_PERL_VERSION> The revision, version, and subversion of the Perl interpreter, represented as a decimal of the form 5.XXXYYY, where XXX is the vers...perldoc.perl.org/variables/$].txtRegistered: Mon Feb 17 12:40:18 UTC 2025 - 1.6K bytes - Viewed (0) -
$..txt
=over =item HANDLE->input_line_number( EXPR ) =item $INPUT_LINE_NUMBER =item $NR =item $. X<$.> X<$NR> X<$INPUT_LINE_NUMBER> X<line number> Current line number for the last filehandle accessed. Eac...perldoc.perl.org/variables/$..txtRegistered: Mon Feb 17 14:57:18 UTC 2025 - 1.3K bytes - Viewed (0) -
$^P.txt
=over =item $PERLDB =item $^P X<$^P> X<$PERLDB> The internal variable for debugging support. The meanings of the various bits are subject to change, but currently indicate: =over 6 =item 0x01 Debug...perldoc.perl.org/variables/$^P.txtRegistered: Mon Feb 17 16:17:44 UTC 2025 - 1.3K bytes - Viewed (0) -
$(.txt
=over =item $REAL_GROUP_ID =item $GID =item $( X<$(> X<$GID> X<$REAL_GROUP_ID> The real gid of this process. If you are on a machine that supports membership in multiple groups simultaneously, give...perldoc.perl.org/variables/$(.txtRegistered: Mon Feb 17 12:33:15 UTC 2025 - 1013 bytes - Viewed (0) -
$^M.txt
=over =item $^M X<$^M> By default, running out of memory is an untrappable, fatal error. However, if suitably built, Perl can use the contents of C<$^M> as an emergency memory pool after C<die()>in...perldoc.perl.org/variables/$^M.txtRegistered: Mon Feb 17 11:44:33 UTC 2025 - 667 bytes - Viewed (0) -
${^MATCH}.txt
=over =item ${^MATCH} X<${^MATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$&> (C<$MATCH>) except tha...perldoc.perl.org/variables/${^MATCH}.txtRegistered: Mon Feb 17 13:42:41 UTC 2025 - 498 bytes - Viewed (0)