Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3271 - 3280 of 3,463 for filetype:txt (0.03 sec)

  1. 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: Tue Jun 17 15:44:49 UTC 2025
    - 2K bytes
    - Viewed (0)
  2. CPAN::API::HOWTO.txt

    =head1 NAME CPAN::API::HOWTO - a recipe book for programming with CPAN.pm =head1 RECIPES All of these recipes assume that you have put "use CPAN" at the top of your program. =head2 What distributio...
    perldoc.perl.org/CPAN::API::HOWTO.txt
    Registered: Tue Jun 17 11:16:14 UTC 2025
    - 1K bytes
    - Viewed (0)
  3. Encode::EBCDIC.txt

    package Encode::EBCDIC; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...
    perldoc.perl.org/Encode::EBCDIC.txt
    Registered: Tue Jun 17 14:52:25 UTC 2025
    - 865 bytes
    - Viewed (0)
  4. ExtUtils::MM_Any.txt

    package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Carp; use File::Spec; use File::Basename; BEGIN { our @ISA = qw(File::Spec); } # We need $Verbose...
    perldoc.perl.org/ExtUtils::MM_Any.txt
    Registered: Tue Jun 17 15:50:03 UTC 2025
    - 80.9K bytes
    - Viewed (0)
  5. Data::Dumper.txt

    # # Data/Dumper.pm # # convert perl data structures into perl syntax suitable for both printing # and eval # # Documentation at the __END__ # package Data::Dumper; use strict; use warnings; #$| = 1...
    perldoc.perl.org/Data::Dumper.txt
    Registered: Tue Jun 17 16:01:23 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  6. ExtUtils::Embed.txt

    package ExtUtils::Embed; require Exporter; use Config; require File::Spec; our ( @Extensions, $opt_o, $opt_s ); use strict; # This is not a dual-life module, so no need for development version numb...
    perldoc.perl.org/ExtUtils::Embed.txt
    Registered: Tue Jun 17 16:18:52 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  7. Encode::Unicode.txt

    package Encode::Unicode; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.20 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__, $VERS...
    perldoc.perl.org/Encode::Unicode.txt
    Registered: Tue Jun 17 18:33:15 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  8. 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: Tue Jun 17 17:02:32 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  9. CPAN::Meta::History::Meta_1_0.txt

    =for :stopwords DOAP RDF =head1 NAME CPAN::Meta::History::Meta_1_0 - Version 1.0 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.0 specification for F<...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_0.txt
    Registered: Tue Jun 17 17:11:02 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  10. 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: Tue Jun 17 18:02:57 UTC 2025
    - 6.4K bytes
    - Viewed (0)
Back to top