Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 761 - 770 of 2,612 for host:perldoc.perl.org (0.04 sec)

  1. perldbmfilter - Perl DBM Filters - Perldoc Browser

    perldbmfilter ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION The Filter An Example: the NULL termination proble...
    perldoc.perl.org/perldbmfilter
    Registered: Fri Oct 24 18:03:02 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  2. 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/perl5203delta
    Registered: Fri Oct 24 18:01:53 UTC 2025
    - 29K bytes
    - Viewed (0)
  3. 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/perlpragma
    Registered: Fri Oct 24 17:57:41 UTC 2025
    - 20.8K bytes
    - Viewed (0)
  4. 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/perl5124delta
    Registered: Fri Oct 24 17:59:31 UTC 2025
    - 20.7K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Tue Oct 28 19:46:21 UTC 2025
    - 43K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Tue Oct 28 16:03:50 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Tue Oct 28 15:47:42 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Tue Oct 28 15:35:32 UTC 2025
    - 19.9K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Tue Oct 28 17:10:12 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Tue Oct 28 21:40:16 UTC 2025
    - 10.7K bytes
    - Viewed (0)
Back to top