- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 841 - 850 of 2,657 for host:perldoc.perl.org (0.03 sec)
-
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) -
Encode::Encoding.txt
package Encode::Encoding; # Base class for classes which implement encodings use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r ...perldoc.perl.org/Encode::Encoding.txtRegistered: Tue Jan 27 17:14:43 UTC 2026 - 8.9K 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: Tue Jan 27 20:41:57 UTC 2026 - 5.4K bytes - Viewed (0)