Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3181 - 3190 of 3,417 for filetype:txt (0.05 sec)

  1. 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: Sat Feb 15 10:40:36 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  2. 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: Sat Feb 15 11:15:44 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. 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: Sat Feb 15 15:17:52 UTC 2025
    - 49.3K bytes
    - Viewed (0)
  4. Net::FTP.txt

    # Net::FTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2017, 2020, 2022 Steve Hay. All rights reserved. # This module is free software; you can redistribut...
    perldoc.perl.org/Net::FTP.txt
    Registered: Sat Feb 15 15:04:00 UTC 2025
    - 51.5K bytes
    - Viewed (0)
  5. 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: Sat Feb 15 12:12:50 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  6. Params::Check.txt

    package Params::Check; use strict; use Carp qw[carp croak]; use Locale::Maketext::Simple Style => 'gettext'; BEGIN { use Exporter (); use vars qw[ @ISA $VERSION @EXPORT_OK $VERBOSE $ALLOW_UNKNOWN $...
    perldoc.perl.org/Params::Check.txt
    Registered: Sat Feb 15 15:53:47 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  7. 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 Feb 15 14:06:34 UTC 2025
    - 18.9K 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 Feb 15 13:56:12 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  9. Pod::Simple::Checker.txt

    # A quite dimwitted pod2plaintext that need only know how to format whatever # text comes out of Pod::BlackBox's _gen_errata package Pod::Simple::Checker; use strict; use warnings; use Carp (); use...
    perldoc.perl.org/Pod::Simple::Checker.txt
    Registered: Sat Feb 15 15:32:48 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  10. TAP::Harness::Env.txt

    package TAP::Harness::Env; use strict; use warnings; use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Object; use Text::ParseWords qw/shellwords/; our $VERSION = '3.48'; # Get the parts of @INC wh...
    perldoc.perl.org/TAP::Harness::Env.txt
    Registered: Sat Feb 15 15:39:44 UTC 2025
    - 5.3K bytes
    - Viewed (0)
Back to top