Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2251 - 2260 of 6,570 for content_length:[0 TO 9999] (0.08 sec)

  1. Encode::Config.txt

    # # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = ( #...
    perldoc.perl.org/Encode::Config.txt
    Registered: Fri Feb 14 14:20:00 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  2. ExtUtils::MM_OS390.txt

    package ExtUtils::MM_OS390; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head...
    perldoc.perl.org/ExtUtils::MM_OS390.txt
    Registered: Fri Feb 14 14:39:37 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  3. Encode::MIME::Name.txt

    package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...
    perldoc.perl.org/Encode::MIME::Name.txt
    Registered: Fri Feb 14 13:37:26 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  4. autodie::skip.txt

    package autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...
    perldoc.perl.org/autodie::skip.txt
    Registered: Fri Feb 14 11:35:14 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  5. ExtUtils::MM_QNX.txt

    package ExtUtils::MM_QNX; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_QNX - QNX speci...
    perldoc.perl.org/ExtUtils::MM_QNX.txt
    Registered: Fri Feb 14 16:00:29 UTC 2025
    - 907 bytes
    - Viewed (0)
  6. ExtUtils::CBuilder.txt

    package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280240'; # VERSION our @ISA; # We ...
    perldoc.perl.org/ExtUtils::CBuilder.txt
    Registered: Fri Feb 14 18:33:47 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  7. Encode::PerlIO.txt

    =head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...
    perldoc.perl.org/Encode::PerlIO.txt
    Registered: Fri Feb 14 17:51:37 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  8. Encode::Encoder.txt

    # # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...
    perldoc.perl.org/Encode::Encoder.txt
    Registered: Fri Feb 14 17:35:37 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  9. Encode::Unicode::UTF7.txt

    # # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...
    perldoc.perl.org/Encode::Unicode::UTF7.txt
    Registered: Fri Feb 14 16:20:51 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  10. DirHandle.txt

    package DirHandle; our $VERSION = '1.05'; =head1 NAME DirHandle - (obsolete) supply object methods for directory handles =head1 SYNOPSIS # recommended approach since Perl 5.6: do not use DirHandle ...
    perldoc.perl.org/DirHandle.txt
    Registered: Fri Feb 14 17:22:35 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top