- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1171 - 1180 of 6,570 for content_length:[0 TO 9999] (0.07 sec)
-
perl585delta.txt
=head1 NAME perl585delta - what is new for perl v5.8.5 =head1 DESCRIPTION This document describes differences between the 5.8.4 release and the 5.8.5 release. =head1 Incompatible Changes There are ...perldoc.perl.org/perl585delta.txtRegistered: Sat Feb 22 08:23:31 UTC 2025 - 5.8K bytes - Viewed (0) -
strict.txt
package strict; $strict::VERSION = "1.13"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...perldoc.perl.org/strict.txtRegistered: Sat Feb 22 04:57:22 UTC 2025 - 5K 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: Sat Feb 22 18:00:40 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: Sat Feb 22 20:07:17 UTC 2025 - 1.6K 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: Sat Feb 22 20:16:47 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: Sat Feb 22 18:31:01 UTC 2025 - 667 bytes - Viewed (0) -
$<.txt
=over =item $REAL_USER_ID =item $UID =item $< X<< $< >> X<$UID> X<$REAL_USER_ID> The real uid of this process. You can change both the real uid and the effective uid at the same time by using C<POS...perldoc.perl.org/variables/$<.txtRegistered: Sat Feb 22 21:32:39 UTC 2025 - 408 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: Sat Feb 22 20:31:39 UTC 2025 - 312 bytes - Viewed (0) -
$=.txt
=over =item HANDLE->format_lines_per_page(EXPR) =item $FORMAT_LINES_PER_PAGE =item $= X<$=> X<$FORMAT_LINES_PER_PAGE> The current page length (printable lines) of the currently selected output chan...perldoc.perl.org/variables/$=.txtRegistered: Sat Feb 22 22:00:30 UTC 2025 - 267 bytes - Viewed (0) -
perlos400.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/perlos400.txtRegistered: Sat Feb 22 13:07:32 UTC 2025 - 4.7K bytes - Viewed (0)