Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2321 - 2330 of 3,449 for filetype:txt (0.04 sec)

  1. CPAN::Meta::Converter.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Converter.txt
    Registered: Thu Sep 04 12:20:42 UTC 2025
    - 48.8K bytes
    - Viewed (0)
  2. Exporter.txt

    package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.79'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...
    perldoc.perl.org/Exporter.txt
    Registered: Thu Sep 04 14:12:13 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  3. 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: Thu Sep 04 11:12:42 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  4. ExtUtils::CBuilder::Platform::Windows.txt

    package ExtUtils::CBuilder::Platform::Windows; use strict; use warnings; use File::Basename; use File::Spec; use ExtUtils::CBuilder::Base; use IO::File; our $VERSION = '0.280242'; # VERSION our @IS...
    perldoc.perl.org/ExtUtils::CBuilder::Platform::Windows.txt
    Registered: Thu Sep 04 14:21:22 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  5. ExtUtils::Packlist.txt

    package ExtUtils::Packlist; use strict; use Carp qw(); use Config; our $Relocations; our $VERSION = '2.22'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be a...
    perldoc.perl.org/ExtUtils::Packlist.txt
    Registered: Thu Sep 04 13:46:47 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  6. stable.txt

    package stable; $stable::VERSION = '0.035'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...
    perldoc.perl.org/stable.txt
    Registered: Thu Sep 04 12:00:59 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  7. App::Prove::State::Result.txt

    package App::Prove::State::Result; use strict; use warnings; use Carp 'croak'; use App::Prove::State::Result::Test; use constant STATE_VERSION => 1; =head1 NAME App::Prove::State::Result - Individu...
    perldoc.perl.org/App::Prove::State::Result.txt
    Registered: Thu Sep 04 11:43:02 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  8. ExtUtils::MM_OS2.txt

    package ExtUtils::MM_OS2; use strict; use warnings; use ExtUtils::MakeMaker qw(neatvalue); use File::Spec; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM...
    perldoc.perl.org/ExtUtils::MM_OS2.txt
    Registered: Thu Sep 04 13:30:25 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  9. Safe.txt

    package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.47"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...
    perldoc.perl.org/Safe.txt
    Registered: Fri Sep 05 22:03:19 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  10. Test2::Compare::Delta.txt

    package Test2::Compare::Delta; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Util::HashBase qw{verified id got chk children dne exception note}; use Test2::EventFacet::Info::Table...
    perldoc.perl.org/Test2::Compare::Delta.txt
    Registered: Sat Sep 06 02:07:42 UTC 2025
    - 13.7K bytes
    - Viewed (0)
Back to top