Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2871 - 2880 of 3,449 for filetype:txt (0.03 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: Fri Sep 05 19:31:23 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  2. 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: Fri Sep 05 18:36:44 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  3. 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: Fri Sep 05 17:36:37 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  4. 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: Fri Sep 05 16:41:59 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  5. Pod::Perldoc::ToTk.txt

    package Pod::Perldoc::ToTk; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_ex...
    perldoc.perl.org/Pod::Perldoc::ToTk.txt
    Registered: Fri Sep 05 14:53:33 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. Pod::Perldoc::ToPod.txt

    package Pod::Perldoc::ToPod; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_e...
    perldoc.perl.org/Pod::Perldoc::ToPod.txt
    Registered: Fri Sep 05 14:44:30 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  7. Fatal.txt

    package Fatal; # ABSTRACT: Replace functions with equivalents which succeed or die use 5.008; # 5.8.x needed for autodie use Carp; use strict; use warnings; use Tie::RefHash; # To cache subroutine ...
    perldoc.perl.org/Fatal.txt
    Registered: Fri Sep 05 01:46:55 UTC 2025
    - 59.2K bytes
    - Viewed (0)
  8. ExtUtils::ParseXS::Utilities.txt

    package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.57'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...
    perldoc.perl.org/ExtUtils::ParseXS::Utilities.txt
    Registered: Fri Sep 05 00:33:20 UTC 2025
    - 20.1K bytes
    - Viewed (0)
  9. IO::Compress::Base.txt

    package IO::Compress::Base ; require 5.006 ; use strict ; use warnings; use IO::Compress::Base::Common 2.213 ; use IO::File (); ; use Scalar::Util (); #use File::Glob; #require Exporter ; use Carp(...
    perldoc.perl.org/IO::Compress::Base.txt
    Registered: Fri Sep 05 02:18:40 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  10. I18N::Langinfo.txt

    package I18N::Langinfo; use 5.006; use strict; use warnings; use Carp; use Exporter 'import'; require XSLoader; our @EXPORT = qw(langinfo); our @EXPORT_OK = qw( ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDA...
    perldoc.perl.org/I18N::Langinfo.txt
    Registered: Fri Sep 05 03:31:30 UTC 2025
    - 14.1K bytes
    - Viewed (0)
Back to top