- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3251 - 3260 of 3,812 for filetype:txt (0.07 sec)
-
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.txtRegistered: Sun Apr 27 06:28:41 UTC 2025 - 28.3K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 27 06:22:52 UTC 2025 - 28.2K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 27 03:44:54 UTC 2025 - 18.9K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 27 04:28:48 UTC 2025 - 8.2K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 27 01:00:21 UTC 2025 - 8.9K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 27 00:53:30 UTC 2025 - 6.6K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 27 02:58:14 UTC 2025 - 3.8K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 27 03:21:19 UTC 2025 - 2.8K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 27 03:37:33 UTC 2025 - 1018 bytes - Viewed (0) -
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.txtRegistered: Sun Apr 27 11:10:10 UTC 2025 - 49.3K bytes - Viewed (0)