- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2251 - 2260 of 6,570 for content_length:[0 TO 9999] (0.08 sec)
-
Encode::MIME::Name.txt
package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...perldoc.perl.org/Encode::MIME::Name.txtRegistered: Fri Feb 14 13:37:26 UTC 2025 - 3.7K bytes - Viewed (0) -
ExtUtils::MM_QNX.txt
package ExtUtils::MM_QNX; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_QNX - QNX speci...perldoc.perl.org/ExtUtils::MM_QNX.txtRegistered: Fri Feb 14 16:00:29 UTC 2025 - 907 bytes - Viewed (0) -
ExtUtils::CBuilder.txt
package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280240'; # VERSION our @ISA; # We ...perldoc.perl.org/ExtUtils::CBuilder.txtRegistered: Fri Feb 14 18:33:47 UTC 2025 - 8.7K bytes - Viewed (0) -
Encode::PerlIO.txt
=head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...perldoc.perl.org/Encode::PerlIO.txtRegistered: Fri Feb 14 17:51:37 UTC 2025 - 5.9K bytes - Viewed (0) -
Encode::Encoder.txt
# # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...perldoc.perl.org/Encode::Encoder.txtRegistered: Fri Feb 14 17:35:37 UTC 2025 - 6.2K bytes - Viewed (0) -
Encode::Unicode::UTF7.txt
# # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...perldoc.perl.org/Encode::Unicode::UTF7.txtRegistered: Fri Feb 14 16:20:51 UTC 2025 - 3.8K bytes - Viewed (0) -
DirHandle.txt
package DirHandle; our $VERSION = '1.05'; =head1 NAME DirHandle - (obsolete) supply object methods for directory handles =head1 SYNOPSIS # recommended approach since Perl 5.6: do not use DirHandle ...perldoc.perl.org/DirHandle.txtRegistered: Fri Feb 14 17:22:35 UTC 2025 - 2K bytes - Viewed (0) -
ExtUtils::MM_Darwin.txt
package ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...perldoc.perl.org/ExtUtils::MM_Darwin.txtRegistered: Fri Feb 14 19:23:42 UTC 2025 - 1.4K bytes - Viewed (0) -
ExtUtils::MM_Win95.txt
package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...perldoc.perl.org/ExtUtils::MM_Win95.txtRegistered: Fri Feb 14 16:49:33 UTC 2025 - 1.3K bytes - Viewed (0) -
FileCache.txt
package FileCache; our $VERSION = '1.10'; =head1 NAME FileCache - keep more files open than the system permits =head1 SYNOPSIS no strict 'refs'; use FileCache; # or use FileCache maxopen => 16; cac...perldoc.perl.org/FileCache.txtRegistered: Sat Feb 15 10:52:01 UTC 2025 - 5.4K bytes - Viewed (0)