- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5011 - 5020 of 6,922 for content_length:[0 TO 9999] (0.17 sec)
-
perl5281delta.txt
=encoding utf8 =head1 NAME perl5281delta - what is new for perl v5.28.1 =head1 DESCRIPTION This document describes differences between the 5.28.0 release and the 5.28.1 release. If you are upgradin...perldoc.perl.org/perl5281delta.txtRegistered: Tue Apr 01 07:14:03 UTC 2025 - 4.5K bytes - Viewed (0) -
perl5224delta.txt
=encoding utf8 =head1 NAME perl5224delta - what is new for perl v5.22.4 =head1 DESCRIPTION This document describes differences between the 5.22.3 release and the 5.22.4 release. If you are upgradin...perldoc.perl.org/perl5224delta.txtRegistered: Tue Apr 01 06:52:31 UTC 2025 - 4.3K bytes - Viewed (0) -
perl5381delta.txt
=encoding utf8 =head1 NAME perl5381delta - what is new for perl v5.38.1 =head1 DESCRIPTION This document describes differences between the 5.38.0 release and the 5.38.1 release. If you are upgradin...perldoc.perl.org/perl5381delta.txtRegistered: Tue Apr 01 06:29:51 UTC 2025 - 3.9K 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: Tue Apr 01 20:07:00 UTC 2025 - 9.6K bytes - Viewed (0) -
perlandroid.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/perlandroid.txtRegistered: Tue Apr 01 15:07:41 UTC 2025 - 8K bytes - Viewed (0) -
perlbook.txt
=head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...perldoc.perl.org/perlbook.txtRegistered: Tue Apr 01 14:18:38 UTC 2025 - 8.3K 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: Tue Apr 01 20:19:56 UTC 2025 - 4.6K 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: Tue Apr 01 16:19:52 UTC 2025 - 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: Tue Apr 01 17:10:41 UTC 2025 - 1.3K bytes - Viewed (0) -
$<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, ...).txtRegistered: Tue Apr 01 17:52:58 UTC 2025 - 511 bytes - Viewed (0)