Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 761 - 770 of 2,612 for host:perldoc.perl.org (0.04 sec)

  1. Encode::JP::H2Z.txt

    # # $Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::JP::H2Z; use strict; use warnings; our $RCSID = q$Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $; our $VERSION = do {...
    perldoc.perl.org/Encode::JP::H2Z.txt
    Registered: Tue Oct 28 16:13:53 UTC 2025
    - 5K bytes
    - Viewed (0)
  2. Encode::Symbol.txt

    package Encode::Symbol; 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::Symbol.txt
    Registered: Tue Oct 28 21:47:49 UTC 2025
    - 847 bytes
    - Viewed (0)
  3. ExtUtils::MakeMaker::Config.txt

    package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...
    perldoc.perl.org/ExtUtils::MakeMaker::Config.txt
    Registered: Tue Oct 28 22:06:20 UTC 2025
    - 602 bytes
    - Viewed (0)
  4. Getopt::Long.txt

    #! perl # Getopt::Long.pm -- Universal options parsing # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified On: Tue Jun 11 13:18:11 2024 # Update Count : 1811 # Status :...
    perldoc.perl.org/Getopt::Long.txt
    Registered: Wed Oct 29 08:06:24 UTC 2025
    - 81.1K bytes
    - Viewed (0)
  5. Hash::Util::FieldHash.txt

    package Hash::Util::FieldHash; use strict; use warnings; no warnings 'experimental::builtin'; use builtin qw(reftype); our $VERSION = '1.27'; use Exporter 'import'; our %EXPORT_TAGS = ( 'all' => [ ...
    perldoc.perl.org/Hash::Util::FieldHash.txt
    Registered: Wed Oct 29 07:41:13 UTC 2025
    - 29.1K bytes
    - Viewed (0)
  6. IO::Compress::RawDeflate.txt

    package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.213 ; use IO::Compress::Base::Common 2.213 qw(:Status :Parse); use IO::Compress:...
    perldoc.perl.org/IO::Compress::RawDeflate.txt
    Registered: Wed Oct 29 07:25:21 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  7. ExtUtils::MakeMaker::Locale.txt

    package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.76"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...
    perldoc.perl.org/ExtUtils::MakeMaker::Locale.txt
    Registered: Wed Oct 29 04:38:34 UTC 2025
    - 13K bytes
    - Viewed (0)
  8. ExtUtils::Mksymlists.txt

    package ExtUtils::Mksymlists; use 5.006; use strict qw[ subs refs ]; # no strict 'vars'; # until filehandles are exempted use warnings; use Carp; use Exporter; use Config; our @ISA = qw(Exporter); ...
    perldoc.perl.org/ExtUtils::Mksymlists.txt
    Registered: Wed Oct 29 05:54:30 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  9. 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: Wed Oct 29 04:55:28 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  10. ExtUtils::Typemaps::InputMap.txt

    package ExtUtils::Typemaps::InputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap =head1 SYNOPS...
    perldoc.perl.org/ExtUtils::Typemaps::InputMap.txt
    Registered: Wed Oct 29 04:07:24 UTC 2025
    - 1.9K bytes
    - Viewed (0)
Back to top