Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2931 - 2940 of 3,449 for filetype:txt (0.05 sec)

  1. 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: Fri Sep 05 04:33:30 UTC 2025
    - 901 bytes
    - Viewed (0)
  2. Encode::Guess.txt

    package Encode::Guess; use strict; use warnings; use Encode qw(:fallbacks find_encoding); our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; my $Canon ...
    perldoc.perl.org/Encode::Guess.txt
    Registered: Thu Sep 04 17:42:17 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  3. App::Prove::State.txt

    package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...
    perldoc.perl.org/App::Prove::State.txt
    Registered: Thu Sep 04 11:34:54 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  4. Getopt::Std.txt

    package Getopt::Std; use strict; use warnings; require Exporter; =head1 NAME Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS use Getopt::Std; getopts('oif:');...
    perldoc.perl.org/Getopt::Std.txt
    Registered: Thu Sep 04 17:07:57 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  5. ExtUtils::PL2Bat.txt

    package ExtUtils::PL2Bat; $ExtUtils::PL2Bat::VERSION = '0.005'; use strict; use warnings; use 5.006; use Config; use Carp qw/croak/; # In core, we can't use any other modules except those that alre...
    perldoc.perl.org/ExtUtils::PL2Bat.txt
    Registered: Thu Sep 04 16:19:38 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  6. Exporter::Heavy.txt

    package Exporter::Heavy; use strict; no strict 'refs'; our $VERSION = '5.79'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only) =head1 DESCRIPTION No user-serviceable ...
    perldoc.perl.org/Exporter::Heavy.txt
    Registered: Thu Sep 04 18:07:25 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  7. ExtUtils::MM_NW5.txt

    package ExtUtils::MM_NW5; =head1 NAME ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if ...
    perldoc.perl.org/ExtUtils::MM_NW5.txt
    Registered: Thu Sep 04 14:34:35 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  8. Encode::JP::JIS7.txt

    package Encode::JP::JIS7; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); for my $name ( '7bit-...
    perldoc.perl.org/Encode::JP::JIS7.txt
    Registered: Thu Sep 04 17:51:55 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  9. ExtUtils::MM_UWIN.txt

    package ExtUtils::MM_UWIN; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_UWIN - U/WIN s...
    perldoc.perl.org/ExtUtils::MM_UWIN.txt
    Registered: Thu Sep 04 13:37:32 UTC 2025
    - 994 bytes
    - Viewed (0)
  10. ExtUtils::MM_VOS.txt

    package ExtUtils::MM_VOS; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_VOS - VOS speci...
    perldoc.perl.org/ExtUtils::MM_VOS.txt
    Registered: Thu Sep 04 13:42:19 UTC 2025
    - 762 bytes
    - Viewed (0)
Back to top