Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1151 - 1160 of 2,642 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: Thu Sep 04 20:11:39 UTC 2025
    - 5K bytes
    - Viewed (0)
  2. ExtUtils::MM.txt

    package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...
    perldoc.perl.org/ExtUtils::MM.txt
    Registered: Fri Sep 05 00:03:56 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  3. 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: Thu Sep 04 21:43:11 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  4. 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: Thu Sep 04 19:38:48 UTC 2025
    - 602 bytes
    - Viewed (0)
  5. Compress::Zlib.txt

    package Compress::Zlib; require 5.006 ; require Exporter; use Carp ; use IO::Handle ; use Scalar::Util qw(dualvar); use IO::Compress::Base::Common 2.213 ; use Compress::Raw::Zlib 2.213 ; use IO::Co...
    perldoc.perl.org/Compress::Zlib.txt
    Registered: Thu Sep 04 07:20:18 UTC 2025
    - 43K bytes
    - Viewed (0)
  6. Digest::SHA.txt

    package Digest::SHA; require 5.003000; use strict; use warnings; use vars qw($VERSION @ISA @EXPORT_OK $errmsg); use Fcntl qw(O_RDONLY O_RDWR); use Cwd qw(getcwd); use integer; $VERSION = '6.04'; re...
    perldoc.perl.org/Digest::SHA.txt
    Registered: Thu Sep 04 09:12:10 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  7. CPAN::Meta::Requirements.txt

    use v5.10; use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use CPAN::Meta::Requirements::Range; #pod =h...
    perldoc.perl.org/CPAN::Meta::Requirements.txt
    Registered: Thu Sep 04 07:55:36 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  8. Class::Struct.txt

    package Class::Struct; ## See POD after __END__ use 5.006_001; use strict; use warnings::register; our(@ISA, @EXPORT, $VERSION); use Carp; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(struct...
    perldoc.perl.org/Class::Struct.txt
    Registered: Thu Sep 04 11:06:11 UTC 2025
    - 19.9K bytes
    - Viewed (0)
  9. mro.txt

    # mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...
    perldoc.perl.org/mro.txt
    Registered: Thu Sep 04 09:35:29 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  10. IPC::Cmd.txt

    package IPC::Cmd; use strict; BEGIN { use constant IS_VMS => $^O eq 'VMS' ? 1 : 0; use constant IS_WIN32 => $^O eq 'MSWin32' ? 1 : 0; use constant IS_HPUX => $^O eq 'hpux' ? 1 : 0; use constant IS_...
    perldoc.perl.org/IPC::Cmd.txt
    Registered: Fri Sep 05 15:16:31 UTC 2025
    - 66K bytes
    - Viewed (0)
Back to top