- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 761 - 770 of 2,612 for host:perldoc.perl.org (0.04 sec)
-
perldbmfilter - Perl DBM Filters - Perldoc Browser
perldbmfilter ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION The Filter An Example: the NULL termination proble...perldoc.perl.org/perldbmfilterRegistered: Fri Oct 24 18:03:02 UTC 2025 - 21.9K bytes - Viewed (0) -
perl5203delta - what is new for perl v5.20.3 - ...
perl5203delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Modules and Pragmata Updated Modules a...perldoc.perl.org/perl5203deltaRegistered: Fri Oct 24 18:01:53 UTC 2025 - 29K bytes - Viewed (0) -
perlpragma - how to write a user pragma - Perld...
perlpragma ( source , CPAN ) CONTENTS NAME DESCRIPTION A basic example Key naming Implementation details # NAME perlp...perldoc.perl.org/perlpragmaRegistered: Fri Oct 24 17:57:41 UTC 2025 - 20.8K bytes - Viewed (0) -
perl5124delta - what is new for perl v5.12.4 - ...
perl5124delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Selected Bug Fixes Modules and Pragmat...perldoc.perl.org/perl5124deltaRegistered: Fri Oct 24 17:59:31 UTC 2025 - 20.7K bytes - Viewed (0) -
Compress::Zlib.txt
package Compress::Zlib; require 5.006 ; require Exporter; use Carp ; use IO::Handle ; use Scalar::Util qw(dualvar); use IO::Compress::Base::Common 2.213 ; use Compress::Raw::Zlib 2.213 ; use IO::Co...perldoc.perl.org/Compress::Zlib.txtRegistered: Tue Oct 28 19:46:21 UTC 2025 - 43K bytes - Viewed (0) -
Encode.txt
# # $Id: Encode.pm,v 3.21 2024/02/25 22:17:32 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...perldoc.perl.org/Encode.txtRegistered: Tue Oct 28 16:03:50 UTC 2025 - 31.4K bytes - Viewed (0) -
Cwd.txt
package Cwd; use strict; use Exporter; our $VERSION = '3.94'; my $xs_version = $VERSION; $VERSION =~ tr/_//d; our @ISA = qw/ Exporter /; our @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); push @EXPOR...perldoc.perl.org/Cwd.txtRegistered: Tue Oct 28 15:47:42 UTC 2025 - 21.1K bytes - Viewed (0) -
Class::Struct.txt
package Class::Struct; ## See POD after __END__ use 5.006_001; use strict; use warnings::register; our(@ISA, @EXPORT, $VERSION); use Carp; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(struct...perldoc.perl.org/Class::Struct.txtRegistered: Tue Oct 28 15:35:32 UTC 2025 - 19.9K bytes - Viewed (0) -
Config::Perl::V.txt
package Config::Perl::V; use strict; use warnings; use Config; use Exporter; our $VERSION = "0.38"; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( plv2hash summary myconfig signature ); our %EXPOR...perldoc.perl.org/Config::Perl::V.txtRegistered: Tue Oct 28 17:10:12 UTC 2025 - 15.2K bytes - Viewed (0) -
Compress::Raw::Bzip2.txt
package Compress::Raw::Bzip2; use strict ; use warnings ; require 5.006 ; require Exporter; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); $VERSION = '2.213'; $XS_VER...perldoc.perl.org/Compress::Raw::Bzip2.txtRegistered: Tue Oct 28 21:40:16 UTC 2025 - 10.7K bytes - Viewed (0)