Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2421 - 2430 of 2,642 for host:perldoc.perl.org (0.05 sec)

  1. open.txt

    package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...
    perldoc.perl.org/open.txt
    Registered: Fri Sep 12 23:47:16 UTC 2025
    - 8.3K 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: Fri Sep 12 21:57:28 UTC 2025
    - 1K bytes
    - Viewed (0)
  3. ops.txt

    package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...
    perldoc.perl.org/ops.txt
    Registered: Sat Sep 13 00:43:16 UTC 2025
    - 997 bytes
    - Viewed (0)
  4. perlhacktut - Walk through the creation of a si...

    perlhacktut ( source , CPAN ) CONTENTS NAME DESCRIPTION EXAMPLE OF A SIMPLE PATCH Writing the patch Testing the patch...
    perldoc.perl.org/perlhacktut
    Registered: Fri Sep 12 12:16:58 UTC 2025
    - 23K bytes
    - Viewed (0)
  5. ExtUtils::MM_Any.txt

    package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.76'; $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: Sat Sep 13 09:36:15 UTC 2025
    - 81.4K bytes
    - Viewed (0)
  6. ExtUtils::ParseXS::Utilities.txt

    package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.57'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...
    perldoc.perl.org/ExtUtils::ParseXS::Utilities.txt
    Registered: Sat Sep 13 11:34:25 UTC 2025
    - 20.1K 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: Sat Sep 13 11:51:39 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  8. ExtUtils::Typemaps::OutputMap.txt

    package ExtUtils::Typemaps::OutputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::Typemaps::OutputMap - Entry in the OUTPUT section of a typemap =head1 SYN...
    perldoc.perl.org/ExtUtils::Typemaps::OutputMap.txt
    Registered: Sat Sep 13 11:43:46 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  9. ExtUtils::Constant::Utils.txt

    package ExtUtils::Constant::Utils; use strict; use vars qw($VERSION @EXPORT_OK @ISA); use Carp; @ISA = 'Exporter'; @EXPORT_OK = qw(C_stringify perl_stringify); $VERSION = '0.04'; use constant is_pe...
    perldoc.perl.org/ExtUtils::Constant::Utils.txt
    Registered: Sat Sep 13 10:58:54 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  10. Encode::JP.txt

    package Encode::JP; BEGIN { if ( ord("A") == 193 ) { die "Encode::JP not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::JP.txt
    Registered: Sat Sep 13 10:22:13 UTC 2025
    - 2.6K bytes
    - Viewed (0)
Back to top