Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3251 - 3260 of 3,812 for filetype:txt (0.07 sec)

  1. IO::Uncompress::Inflate.txt

    package IO::Uncompress::Inflate ; # for RFC1950 use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Compress::Zlib::Constants 2.212 ; use IO::Uncompress...
    perldoc.perl.org/IO::Uncompress::Inflate.txt
    Registered: Sun Apr 27 06:28:41 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.212 qw(:Parse); use IO::Uncompress::Adapter::Inflate 2.2...
    perldoc.perl.org/IO::Uncompress::AnyInflate.txt
    Registered: Sun Apr 27 06:22:52 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: Sun Apr 27 03:44:54 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  4. Module::CoreList.txt

    =head1 NAME Module::CoreList - what modules shipped with versions of perl =head1 SYNOPSIS use Module::CoreList; print $Module::CoreList::version{5.00503}{CPAN}; # prints 1.48 print Module::CoreList...
    perldoc.perl.org/Module::CoreList.txt
    Registered: Sun Apr 27 04:28:48 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  5. Getopt::Std.txt

    package Getopt::Std; use strict; use warnings; require Exporter; =head1 NAME Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS use Getopt::Std; getopts('oif:');...
    perldoc.perl.org/Getopt::Std.txt
    Registered: Sun Apr 27 01:00:21 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  6. FileHandle.txt

    package FileHandle; use 5.006; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK); $VERSION = "2.05"; require IO::File; @ISA = qw(IO::File); @EXPORT = qw(_IOFBF _IOLBF _IONBF); @EXPORT_OK = qw( p...
    perldoc.perl.org/FileHandle.txt
    Registered: Sun Apr 27 00:53:30 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  7. Locale::Maketext::Cookbook.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =encoding utf-8 =head1 NAME Locale::Maketext::Cookbook - recipes for using Locale::Maket...
    perldoc.perl.org/Locale::Maketext::Cookbook.txt
    Registered: Sun Apr 27 02:58:14 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. 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: Sun Apr 27 03:21:19 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  9. List::Util::XS.txt

    package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.63"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was comp...
    perldoc.perl.org/List::Util::XS.txt
    Registered: Sun Apr 27 03:37:33 UTC 2025
    - 1018 bytes
    - Viewed (0)
  10. Storable.txt

    # # Copyright (c) 1995-2001, Raphael Manfredi # Copyright (c) 2002-2014 by the Perl 5 Porters # Copyright (c) 2015-2016 cPanel Inc # Copyright (c) 2017 Reini Urban # # You may redistribute only und...
    perldoc.perl.org/Storable.txt
    Registered: Sun Apr 27 11:10:10 UTC 2025
    - 49.3K bytes
    - Viewed (0)
Back to top