- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5061 - 5070 of 6,922 for content_length:[0 TO 9999] (0.15 sec)
-
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) -
${^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: Tue Apr 01 18:00:33 UTC 2025 - 492 bytes - Viewed (0) -
DBM_Filter::int32.txt
package DBM_Filter::int32 ; use strict; use warnings; our $VERSION = '0.03'; # todo get Filter to figure endian. sub Store { $_ = 0 if ! defined $_ || $_ eq "" ; $_ = pack("i", $_); } sub Fetch { n...perldoc.perl.org/DBM_Filter::int32.txtRegistered: Fri Apr 04 06:08:48 UTC 2025 - 754 bytes - Viewed (0) -
class RDoc::NormalClass - Documentation for Rub...
class RDoc::NormalClass: A normal class, neither singleton nor anonymousdocs.ruby-lang.org/en/master/RDoc/NormalClass.htmlRegistered: Mon Jan 13 05:39:42 UTC 2025 - Last Modified: Thu Jan 02 13:20:03 UTC 2025 - 8.7K bytes - Viewed (0)