Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4451 - 4460 of 6,206 for content_length:[0 TO 9999] (0.1 sec)

  1. 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: Sat Nov 16 02:02:50 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. 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: Sat Nov 16 03:28:40 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. ExtUtils::MM_Cygwin.txt

    package ExtUtils::MM_Cygwin; use strict; use warnings; use ExtUtils::MakeMaker::Config; use File::Spec; require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); ou...
    perldoc.perl.org/ExtUtils::MM_Cygwin.txt
    Registered: Sat Nov 16 03:02:55 UTC 2024
    - 4K bytes
    - Viewed (0)
  4. 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: Sat Nov 16 01:49:20 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  5. DBM_Filter::encode.txt

    package DBM_Filter::encode ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Filter { my $encoding_name ...
    perldoc.perl.org/DBM_Filter::encode.txt
    Registered: Sat Nov 16 02:15:27 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. ExtUtils::MM_VOS.txt

    package ExtUtils::MM_VOS; 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_VOS - VOS speci...
    perldoc.perl.org/ExtUtils::MM_VOS.txt
    Registered: Sat Nov 16 02:25:01 UTC 2024
    - 762 bytes
    - Viewed (0)
  7. Exporter::Heavy.txt

    package Exporter::Heavy; use strict; no strict 'refs'; # On one line so MakeMaker will see it. our $VERSION = '5.78'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only)...
    perldoc.perl.org/Exporter::Heavy.txt
    Registered: Sat Nov 16 07:44:26 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  8. Encode::Byte.txt

    package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_...
    perldoc.perl.org/Encode::Byte.txt
    Registered: Sat Nov 16 05:15:33 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  9. Encode::CN.txt

    package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::CN.txt
    Registered: Sat Nov 16 06:36:30 UTC 2024
    - 2K bytes
    - Viewed (0)
  10. ExtUtils::ParseXS::Eval.txt

    package ExtUtils::ParseXS::Eval; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::ParseXS::Eval - Clean package to evaluate code in =head1 SYNOPSIS use ExtUtils::ParseXS::Eval...
    perldoc.perl.org/ExtUtils::ParseXS::Eval.txt
    Registered: Sat Nov 16 07:22:46 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top