Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2281 - 2290 of 2,657 for host:perldoc.perl.org (0.02 sec)

  1. IO::Uncompress::AnyInflate.txt

    package IO::Uncompress::AnyInflate ; # for RFC1950, RFC1951 or RFC1952 use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.213 qw(:Parse); use IO::Uncompress::Adapter::Inflate 2.2...
    perldoc.perl.org/IO::Uncompress::AnyInflate.txt
    Registered: Wed Jan 28 10:16:54 UTC 2026
    - 28.2K bytes
    - Viewed (0)
  2. Params::Check.txt

    package Params::Check; use strict; use Carp qw[carp croak]; use Locale::Maketext::Simple Style => 'gettext'; BEGIN { use Exporter (); use vars qw[ @ISA $VERSION @EXPORT_OK $VERBOSE $ALLOW_UNKNOWN $...
    perldoc.perl.org/Params::Check.txt
    Registered: Wed Jan 28 18:29:10 UTC 2026
    - 18.9K bytes
    - Viewed (0)
  3. Module::Load::Conditional.txt

    package Module::Load::Conditional; use strict; use Module::Load qw/load autoload_remote/; use Params::Check qw[check]; use Locale::Maketext::Simple Style => 'gettext'; use Carp (); use File::Spec (...
    perldoc.perl.org/Module::Load::Conditional.txt
    Registered: Wed Jan 28 09:42:01 UTC 2026
    - 18.9K bytes
    - Viewed (0)
  4. Parse::CPAN::Meta.txt

    use 5.008001; use strict; use warnings; package Parse::CPAN::Meta; # ABSTRACT: Parse META.yml and META.json CPAN metadata files our $VERSION = '2.150010'; use Exporter; use Carp 'croak'; our @ISA =...
    perldoc.perl.org/Parse::CPAN::Meta.txt
    Registered: Wed Jan 28 17:25:42 UTC 2026
    - 10.5K bytes
    - Viewed (0)
  5. Pod::Simple::Checker.txt

    # A quite dimwitted pod2plaintext that need only know how to format whatever # text comes out of Pod::BlackBox's _gen_errata package Pod::Simple::Checker; use strict; use warnings; use Carp (); use...
    perldoc.perl.org/Pod::Simple::Checker.txt
    Registered: Wed Jan 28 10:35:53 UTC 2026
    - 5.3K bytes
    - Viewed (0)
  6. Pod::Simple::LinkSection.txt

    package Pod::Simple::LinkSection; # Based somewhat dimly on Array::Autojoin use strict; use warnings; use Pod::Simple::BlackBox; our $VERSION = '3.45'; use overload( # So it'll stringify nice '""' ...
    perldoc.perl.org/Pod::Simple::LinkSection.txt
    Registered: Wed Jan 28 19:03:41 UTC 2026
    - 4.2K bytes
    - Viewed (0)
  7. ExtUtils::MM_MacOS.txt

    package ExtUtils::MM_MacOS; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; sub new { die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; } =head1 NAME ExtUtils...
    perldoc.perl.org/ExtUtils::MM_MacOS.txt
    Registered: Wed Jan 28 07:41:34 UTC 2026
    - 901 bytes
    - Viewed (0)
  8. List::Util::XS.txt

    package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.68_01"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was c...
    perldoc.perl.org/List::Util::XS.txt
    Registered: Wed Jan 28 08:24:42 UTC 2026
    - 1021 bytes
    - Viewed (0)
  9. Unicode::Collate::CJK::Big5.txt

    package Unicode::Collate::CJK::Big5; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { next ...
    perldoc.perl.org/Unicode::Collate::CJK::Big5.txt
    Registered: Fri Jan 30 15:28:11 UTC 2026
    - 64.9K bytes
    - Viewed (0)
  10. perldocstyle.txt

    =encoding utf8 =head1 NAME perldocstyle - A style guide for writing Perl's documentation =head1 DESCRIPTION This document is a guide for the authorship and maintenance of the documentation that shi...
    perldoc.perl.org/perldocstyle.txt
    Registered: Fri Jan 30 20:00:53 UTC 2026
    - 45.2K bytes
    - Viewed (0)
Back to top