- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3521 - 3530 of 6,561 for content_length:[0 TO 9999] (0.08 sec)
-
@ISA.txt
=over =item @ISA X<@ISA> Each package contains a special array called C<@ISA> which contains a list of that class's parent classes, if any. This array is simply a list of scalars, each of which is ...perldoc.perl.org/variables/@ISA.txtRegistered: Mon Feb 17 12:46:44 UTC 2025 - 562 bytes - Viewed (0) -
$^F.txt
=over =item $SYSTEM_FD_MAX =item $^F X<$^F> X<$SYSTEM_FD_MAX> The maximum system file descriptor, ordinarily 2. System file descriptors are passed to C<exec()>ed processes, while higher file descri...perldoc.perl.org/variables/$^F.txtRegistered: Mon Feb 17 13:22:02 UTC 2025 - 574 bytes - Viewed (0) -
Net::hostent.txt
package Net::hostent 1.04; use v5.38; our ( $h_name, @h_aliases, $h_addrtype, $h_length, @h_addr_list, $h_addr ); use Exporter 'import'; our @EXPORT = qw(gethostbyname gethostbyaddr gethost); our @...perldoc.perl.org/Net::hostent.txtRegistered: Sat Feb 15 03:00:57 UTC 2025 - 3.9K bytes - Viewed (0) -
ExtUtils::Typemaps::Cmd.txt
package ExtUtils::Typemaps::Cmd; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; use ExtUtils::Typemaps; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(embeddable_typema...perldoc.perl.org/ExtUtils::Typemaps::Cmd.txtRegistered: Sat Feb 15 00:52:26 UTC 2025 - 4K bytes - Viewed (0) -
Encode::JP::H2Z.txt
# # $Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::JP::H2Z; use strict; use warnings; our $RCSID = q$Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $; our $VERSION = do {...perldoc.perl.org/Encode::JP::H2Z.txtRegistered: Fri Feb 14 23:06:39 UTC 2025 - 5K bytes - Viewed (0) -
Digest::base.txt
package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...perldoc.perl.org/Digest::base.txtRegistered: Fri Feb 14 23:40:52 UTC 2025 - 1.9K bytes - Viewed (0) -
ExtUtils::MakeMaker::Config.txt
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...perldoc.perl.org/ExtUtils::MakeMaker::Config.txtRegistered: Fri Feb 14 21:13:39 UTC 2025 - 602 bytes - Viewed (0) -
Locale::Maketext::GutsLoader.txt
package Locale::Maketext::GutsLoader; use Locale::Maketext; our $VERSION = '1.20'; sub zorp { return scalar @_ } =head1 NAME Locale::Maketext::GutsLoader - Deprecated module to load Locale::Maketex...perldoc.perl.org/Locale::Maketext::GutsLoader.txtRegistered: Sat Feb 15 03:56:40 UTC 2025 - 490 bytes - Viewed (0) -
I18N::LangTags::Detect.txt
# Time-stamp: "2004-06-20 21:47:55 ADT" require 5; package I18N::LangTags::Detect; use strict; our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, $USE_LITERALS, $MATCH_SUPERS_TIGHTLY); BEGIN { unless(defin...perldoc.perl.org/I18N::LangTags::Detect.txtRegistered: Sat Feb 15 05:12:01 UTC 2025 - 6.5K bytes - Viewed (0) -
O.txt
package O; our $VERSION = '1.03'; use B (); our $BEGIN_output; our $saveout_fh; sub import { my ($class, @options) = @_; my ($quiet, $veryquiet) = (0, 0); if ($options[0] eq '-q' || $options[0] eq ...perldoc.perl.org/O.txtRegistered: Sat Feb 15 04:35:51 UTC 2025 - 4.2K bytes - Viewed (0)