- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2011 - 2020 of 3,812 for filetype:txt (0.45 sec)
-
ExtUtils::Command::MM.txt
package ExtUtils::Command::MM; require 5.006; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(test_harness pod2man perllocal_install uninstall warn_if_old_pack...perldoc.perl.org/ExtUtils::Command::MM.txtRegistered: Sun Apr 20 21:19:34 UTC 2025 - 7.5K bytes - Viewed (0) -
File::Compare.txt
package File::Compare 1.1008; use v5.12; use warnings; use Exporter 'import'; our @EXPORT = qw(compare); our @EXPORT_OK = qw(cmp compare_text); our $Too_Big = 1024 * 1024 * 2; sub croak { require C...perldoc.perl.org/File::Compare.txtRegistered: Sun Apr 20 23:25:02 UTC 2025 - 4.2K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 17:31:26 UTC 2025 - 3.9K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 23:04:00 UTC 2025 - 2.3K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 20:27:51 UTC 2025 - 2K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 19:02:46 UTC 2025 - 1.9K bytes - Viewed (0) -
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.txtRegistered: Tue Apr 22 06:44:57 UTC 2025 - 12.9K bytes - Viewed (0) -
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.txtRegistered: Tue Apr 22 09:24:24 UTC 2025 - 12.1K bytes - Viewed (0) -
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.txtRegistered: Tue Apr 22 08:02:54 UTC 2025 - 4.5K bytes - Viewed (0) -
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.txtRegistered: Tue Apr 22 07:47:25 UTC 2025 - 5.4K bytes - Viewed (0)