Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1551 - 1560 of 3,197 for filetype:txt (0.07 sec)

  1. Encode.txt

    # # $Id: Encode.pm,v 3.21 2024/02/25 22:17:32 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...
    perldoc.perl.org/Encode.txt
    Registered: Sat Nov 16 05:11:14 UTC 2024
    - 31.4K 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.78'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...
    perldoc.perl.org/Exporter.txt
    Registered: Sat Nov 16 03:42:43 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  3. Encode::MIME::Header.txt

    package Encode::MIME::Header; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.29 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Carp (); use Encode (); use MIME::Base6...
    perldoc.perl.org/Encode::MIME::Header.txt
    Registered: Sat Nov 16 01:55:39 UTC 2024
    - 16.6K 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.280240'; # VERSION our @IS...
    perldoc.perl.org/ExtUtils::CBuilder::Platform::Windows.txt
    Registered: Sat Nov 16 04:30:00 UTC 2024
    - 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: Sat Nov 16 02:07:37 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  6. ExtUtils::XSSymSet.txt

    package ExtUtils::XSSymSet; use strict; use Config; our $VERSION = '1.4'; sub new { my($pkg,$maxlen,$silent) = @_; $maxlen ||= 31; # Allow absurdly long symbols here if we've told the compiler to #...
    perldoc.perl.org/ExtUtils::XSSymSet.txt
    Registered: Sat Nov 16 06:25:37 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. English.txt

    package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...
    perldoc.perl.org/English.txt
    Registered: Sat Nov 16 05:45:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. ExtUtils::Typemaps::Cmd.txt

    package ExtUtils::Typemaps::Cmd; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; use ExtUtils::Typemaps; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(embeddable_typema...
    perldoc.perl.org/ExtUtils::Typemaps::Cmd.txt
    Registered: Sat Nov 16 06:09:49 UTC 2024
    - 4K bytes
    - Viewed (0)
  9. $title

    =pod =head1 NAME Pod::Simple::XHTML -- format Pod as validating XHTML =head1 SYNOPSIS use Pod::Simple::XHTML; my $parser = Pod::Simple::XHTML->new(); ... $parser->parse_file('path/to/file.pod'); =h...
    perldoc.perl.org/Pod::Simple::XHTML.txt
    Registered: Sun Nov 17 17:09:14 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  10. TAP::Parser::Scheduler.txt

    package TAP::Parser::Scheduler; use strict; use warnings; use Carp; use TAP::Parser::Scheduler::Job; use TAP::Parser::Scheduler::Spinner; =head1 NAME TAP::Parser::Scheduler - Schedule tests during ...
    perldoc.perl.org/TAP::Parser::Scheduler.txt
    Registered: Sun Nov 17 15:21:00 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top