Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1221 - 1230 of 3,595 for filetype:txt (0.3 sec)

  1. ExtUtils::MM_Unix.txt

    package ExtUtils::MM_Unix; require 5.006; use strict; use warnings; use Carp; use ExtUtils::MakeMaker::Config; use File::Basename qw(basename dirname); our %Config_Override; use ExtUtils::MakeMaker...
    perldoc.perl.org/ExtUtils::MM_Unix.txt
    Registered: Wed Oct 29 01:45:43 UTC 2025
    - 113.5K bytes
    - Viewed (0)
  2. Encode::Supported.txt

    =head1 NAME Encode::Supported -- Encodings supported by Encode =head1 DESCRIPTION =head2 Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encodin...
    perldoc.perl.org/Encode::Supported.txt
    Registered: Tue Oct 28 22:30:23 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  3. 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: Wed Oct 29 02:14:43 UTC 2025
    - 18.8K 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: Tue Oct 28 23:28:04 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  5. ExtUtils::Typemaps::Cmd.txt

    package ExtUtils::Typemaps::Cmd; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; use ExtUtils::Typemaps; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(embeddable_typema...
    perldoc.perl.org/ExtUtils::Typemaps::Cmd.txt
    Registered: Wed Oct 29 00:29:00 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. 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: Wed Oct 29 01:38:19 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  7. ExtUtils::MM.txt

    package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...
    perldoc.perl.org/ExtUtils::MM.txt
    Registered: Tue Oct 28 22:23:51 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  8. ExtUtils::MM_DOS.txt

    package ExtUtils::MM_DOS; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Uni...
    perldoc.perl.org/ExtUtils::MM_DOS.txt
    Registered: Wed Oct 29 02:30:38 UTC 2025
    - 1K bytes
    - Viewed (0)
  9. perl5160delta.txt

    =encoding utf8 =head1 NAME perl5160delta - what is new for perl v5.16.0 =head1 DESCRIPTION This document describes differences between the 5.14.0 release and the 5.16.0 release. If you are upgradin...
    perldoc.perl.org/perl5160delta.txt
    Registered: Sat Nov 01 22:24:37 UTC 2025
    - 130.5K bytes
    - Viewed (0)
  10. perlhacktips.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhacktips.pod =head1 NAME perlhacktips - Tips for Perl core C code hacking =head1 DESC...
    perldoc.perl.org/perlhacktips.txt
    Registered: Sat Nov 01 23:40:56 UTC 2025
    - 72.5K bytes
    - Viewed (0)
Back to top