Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2011 - 2020 of 3,812 for filetype:txt (0.46 sec)

  1. Getopt::Long::Parser.txt

    #! perl # Parser.pm -- Getopt::Long object oriented interface # Author : Johan Vromans # Created On : Thu Nov 9 10:37:00 2023 # Last Modified On: Sat Nov 11 17:48:49 2023 # Update Count : 13 # Stat...
    perldoc.perl.org/Getopt::Long::Parser.txt
    Registered: Sun Apr 20 17:31:26 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  2. File::Spec::Functions.txt

    package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...
    perldoc.perl.org/File::Spec::Functions.txt
    Registered: Sun Apr 20 23:04:00 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  3. ExtUtils::Typemaps::Type.txt

    package ExtUtils::Typemaps::Type; use 5.006001; use strict; use warnings; require ExtUtils::Typemaps; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a...
    perldoc.perl.org/ExtUtils::Typemaps::Type.txt
    Registered: Sun Apr 20 20:27:51 UTC 2025
    - 2K bytes
    - Viewed (0)
  4. Encode::KR::2022_KR.txt

    package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...
    perldoc.perl.org/Encode::KR::2022_KR.txt
    Registered: Sun Apr 20 19:02:46 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. Term::Table::HashBase.txt

    package Term::Table::HashBase; use strict; use warnings; our $VERSION = '0.018'; ########## # # # This is a generated file! Do not modify this file directly! # # Use hashbase_inc.pl script to regen...
    perldoc.perl.org/Term::Table::HashBase.txt
    Registered: Tue Apr 22 06:44:57 UTC 2025
    - 12.9K bytes
    - Viewed (0)
  6. TAP::Formatter::Base.txt

    package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...
    perldoc.perl.org/TAP::Formatter::Base.txt
    Registered: Tue Apr 22 09:24:24 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  7. Pod::Simple::XMLOutStream.txt

    package Pod::Simple::XMLOutStream; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined...
    perldoc.perl.org/Pod::Simple::XMLOutStream.txt
    Registered: Tue Apr 22 08:02:54 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  8. Test2::Compare::Bag.txt

    package Test2::Compare::Bag; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/ending meta items for_each/; use Carp qw/croak confes...
    perldoc.perl.org/Test2::Compare::Bag.txt
    Registered: Tue Apr 22 07:47:25 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  9. Pod::Simple::PullParserToken.txt

    package Pod::Simple::PullParserToken; # Base class for tokens gotten from Pod::Simple::PullParser's $parser->get_token our @ISA = (); our $VERSION = '3.45'; use strict; sub new { # Class->new('type...
    perldoc.perl.org/Pod::Simple::PullParserToken.txt
    Registered: Tue Apr 22 09:17:50 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  10. TAP::Parser::Iterator.txt

    package TAP::Parser::Iterator; use strict; use warnings; use base 'TAP::Object'; =head1 NAME TAP::Parser::Iterator - Base class for TAP source iterators =head1 VERSION Version 3.48 =cut our $VERSIO...
    perldoc.perl.org/TAP::Parser::Iterator.txt
    Registered: Tue Apr 22 09:09:29 UTC 2025
    - 2.9K bytes
    - Viewed (0)
Back to top