Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2381 - 2390 of 2,642 for host:perldoc.perl.org (0.04 sec)

  1. IO::Uncompress::Inflate.txt

    package IO::Uncompress::Inflate ; # for RFC1950 use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.213 qw(:Status ); use IO::Compress::Zlib::Constants 2.213 ; use IO::Uncompress...
    perldoc.perl.org/IO::Uncompress::Inflate.txt
    Registered: Sat Sep 13 21:47:45 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  2. IO::Uncompress::AnyInflate.txt

    package IO::Uncompress::AnyInflate ; # for RFC1950, RFC1951 or RFC1952 use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.213 qw(:Parse); use IO::Uncompress::Adapter::Inflate 2.2...
    perldoc.perl.org/IO::Uncompress::AnyInflate.txt
    Registered: Sat Sep 13 17:14:24 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  3. Module::Load::Conditional.txt

    package Module::Load::Conditional; use strict; use Module::Load qw/load autoload_remote/; use Params::Check qw[check]; use Locale::Maketext::Simple Style => 'gettext'; use Carp (); use File::Spec (...
    perldoc.perl.org/Module::Load::Conditional.txt
    Registered: Sat Sep 13 17:23:32 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  4. IO::Compress::Base.txt

    package IO::Compress::Base ; require 5.006 ; use strict ; use warnings; use IO::Compress::Base::Common 2.213 ; use IO::File (); ; use Scalar::Util (); #use File::Glob; #require Exporter ; use Carp(...
    perldoc.perl.org/IO::Compress::Base.txt
    Registered: Sat Sep 13 23:18:45 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  5. File::GlobMapper.txt

    package File::GlobMapper; use strict; use warnings; use Carp; our ($CSH_GLOB); BEGIN { if ($] < 5.006) { require File::BSDGlob; File::BSDGlob->import(':glob'); $CSH_GLOB = File::BSDGlob::GLOB_CSH()...
    perldoc.perl.org/File::GlobMapper.txt
    Registered: Sat Sep 13 22:33:41 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  6. Filter::Util::Call.txt

    # Call.pm # # Copyright (c) 1995-2011 Paul Marquess. All rights reserved. # Copyright (c) 2011-2014, 2018-2022 Reini Urban. All rights reserved. # Copyright (c) 2014-2017 cPanel Inc. All rights res...
    perldoc.perl.org/Filter::Util::Call.txt
    Registered: Sat Sep 13 23:10:22 UTC 2025
    - 13.7K bytes
    - Viewed (0)
  7. Net::Config.txt

    # Net::Config.pm # # Copyright (C) 2000 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute ...
    perldoc.perl.org/Net::Config.txt
    Registered: Sat Sep 13 18:49:17 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  8. Math::BigInt::FastCalc.txt

    package Math::BigInt::FastCalc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Calc 1.999801; BEGIN { our @ISA = qw< Math::BigInt::Calc >; } our $VERSION = '0....
    perldoc.perl.org/Math::BigInt::FastCalc.txt
    Registered: Sat Sep 13 20:20:57 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  9. IO::Seekable.txt

    # package IO::Seekable; =head1 NAME IO::Seekable - supply seek based methods for I/O objects =head1 SYNOPSIS use IO::Seekable; package IO::Something; @ISA = qw(IO::Seekable); =head1 DESCRIPTION C<I...
    perldoc.perl.org/IO::Seekable.txt
    Registered: Sat Sep 13 19:04:14 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  10. Test2::API.txt

    package Test2::API; use strict; use warnings; use Time::HiRes qw/time/; use Test2::Util qw/USE_THREADS/; BEGIN { $ENV{TEST_ACTIVE} ||= 1; $ENV{TEST2_ACTIVE} = 1; } our $VERSION = '1.302210'; my $IN...
    perldoc.perl.org/Test2::API.txt
    Registered: Sun Sep 14 20:49:03 UTC 2025
    - 50.7K bytes
    - Viewed (0)
Back to top