- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1941 - 1950 of 3,197 for filetype:txt (0.26 sec)
-
threads.txt
package threads; use 5.008; use strict; use warnings; our $VERSION = '2.40'; # remember to update version in POD! my $XS_VERSION = $VERSION; #$VERSION = eval $VERSION; # Verify this Perl supports t...perldoc.perl.org/threads.txtRegistered: Fri Nov 15 15:05:14 UTC 2024 - 37.1K bytes - Viewed (0) -
Carp.txt
package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...perldoc.perl.org/Carp.txtRegistered: Sat Nov 16 08:09:48 UTC 2024 - 35.2K bytes - Viewed (0) -
DynaLoader.txt
# Generated from DynaLoader_pm.PL, this file is unique for every OS use strict; package DynaLoader; # And Gandalf said: 'Many folk like to know beforehand what is to # be set on the table; but thos...perldoc.perl.org/DynaLoader.txtRegistered: Sat Nov 16 08:01:54 UTC 2024 - 25.4K bytes - Viewed (0) -
Digest::MD5.txt
package Digest::MD5; use strict; use warnings; our $VERSION = '2.58_01'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest...perldoc.perl.org/Digest::MD5.txtRegistered: Sat Nov 16 07:57:30 UTC 2024 - 10.7K 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: Sat Nov 16 10:10:14 UTC 2024 - 8.7K bytes - Viewed (0) -
File::DosGlob.txt
#!perl -w # # Documentation at the __END__ # package File::DosGlob; our $VERSION = '1.12'; use strict; use warnings; require XSLoader; XSLoader::load(); sub doglob { my $cond = shift; my @retval = ...perldoc.perl.org/File::DosGlob.txtRegistered: Sat Nov 16 08:28:20 UTC 2024 - 7.8K 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: Sat Nov 16 09:43:39 UTC 2024 - 6.2K bytes - Viewed (0) -
Encode::Config.txt
# # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = ( #...perldoc.perl.org/Encode::Config.txtRegistered: Sat Nov 16 06:43:12 UTC 2024 - 5.9K bytes - Viewed (0) -
ExtUtils::MM_OS390.txt
package ExtUtils::MM_OS390; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head...perldoc.perl.org/ExtUtils::MM_OS390.txtRegistered: Sat Nov 16 09:17:44 UTC 2024 - 2.2K bytes - Viewed (0) -
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: Sat Nov 16 10:42:53 UTC 2024 - 3.7K bytes - Viewed (0)