- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 841 - 850 of 2,657 for host:perldoc.perl.org (0.03 sec)
-
Digest::MD5.txt
package Digest::MD5; use strict; use warnings; our $VERSION = '2.59'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest::b...perldoc.perl.org/Digest::MD5.txtRegistered: Mon Jan 26 22:43:26 UTC 2026 - 10.8K 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.280242'; # VERSION our @ISA; # We ...perldoc.perl.org/ExtUtils::CBuilder.txtRegistered: Tue Jan 27 01:00:43 UTC 2026 - 8.7K bytes - Viewed (0) -
Test::Simple.txt
package Test::Simple; use 5.006; use strict; our $VERSION = '1.302210'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); our @EXPORT = qw(ok); my $CLASS = __PACKAGE__; =head1 NAME T...perldoc.perl.org/Test::Simple.txtRegistered: Tue Jan 27 01:08:38 UTC 2026 - 6.3K bytes - Viewed (0) -
parent.txt
package parent; use strict; our $VERSION = '0.244'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { l...perldoc.perl.org/parent.txtRegistered: Mon Jan 26 22:59:25 UTC 2026 - 2.7K bytes - Viewed (0) -
IO::Compress.txt
package IO::Compress; our $VERSION = '2.213' ; =head1 NAME IO::Compress - read/write compressed data in multiple formats =head1 DESCRIPTION This is a stub module. It contains no code. =head1 AUTHOR...perldoc.perl.org/IO::Compress.txtRegistered: Tue Jan 27 03:48:56 UTC 2026 - 436 bytes - Viewed (0) -
perl5122delta - what is new for perl v5.12.2 - ...
perl5122delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Core Enhancements Modules and Pragmata...perldoc.perl.org/perl5122deltaRegistered: Mon Jan 26 12:20:33 UTC 2026 - 30.8K bytes - Viewed (0) -
perl585delta - what is new for perl v5.8.5 - Pe...
perl585delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Core Enhancements Modules and Pragmata ...perldoc.perl.org/perl585deltaRegistered: Mon Jan 26 12:20:37 UTC 2026 - 24.5K bytes - Viewed (0) -
perl58delta - what is new for perl v5.8.0 - Per...
perl58delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Highlights In 5.8.0 Incompatible Changes Binary Incompatibili...perldoc.perl.org/perl58delta Similar Results (1)Registered: Mon Jan 26 12:21:10 UTC 2026 - 167K 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: Tue Jan 27 16:30:42 UTC 2026 - 35.2K bytes - Viewed (0) -
ExtUtils::Constant.txt
package ExtUtils::Constant; use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS); $VERSION = '0.25'; =head1 NAME ExtUtils::Constant - generate XS code to import C header constants =head1 SYNOPSIS us...perldoc.perl.org/ExtUtils::Constant.txtRegistered: Tue Jan 27 21:12:25 UTC 2026 - 14.7K bytes - Viewed (0)