- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3321 - 3330 of 3,463 for filetype:txt (0.07 sec)
-
perlbook.txt
=head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...perldoc.perl.org/perlbook.txtRegistered: Sun Jun 22 01:24:42 UTC 2025 - 8.3K bytes - Viewed (0) -
Unicode::Collate::CJK::Stroke.txt
package Unicode::Collate::CJK::Stroke; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...perldoc.perl.org/Unicode::Collate::CJK::Stroke.txtRegistered: Fri Jun 20 21:16:10 UTC 2025 - 118.8K bytes - Viewed (0) -
TAP::Parser.txt
package TAP::Parser; use strict; use warnings; use TAP::Parser::Grammar (); use TAP::Parser::Result (); use TAP::Parser::ResultFactory (); use TAP::Parser::Source (); use TAP::Parser::Iterator (); ...perldoc.perl.org/TAP::Parser.txtRegistered: Thu Jun 19 22:15:39 UTC 2025 - 51K bytes - Viewed (0) -
Test2::Hub.txt
package Test2::Hub; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/carp croak confess/; use Test2::Util qw/get_tid gen_uid/; use Scalar::Util qw/weaken/; use List::Util qw/first/;...perldoc.perl.org/Test2::Hub.txtRegistered: Thu Jun 19 23:42:56 UTC 2025 - 22.3K bytes - Viewed (0) -
Test2::API::Instance.txt
package Test2::API::Instance; use strict; use warnings; our $VERSION = '1.302199'; our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/; use Carp qw/confess carp/...perldoc.perl.org/Test2::API::Instance.txtRegistered: Thu Jun 19 21:37:54 UTC 2025 - 21.2K bytes - Viewed (0) -
Term::Cap.txt
package Term::Cap; # Since the debugger uses Term::ReadLine which uses Term::Cap, we want # to load as few modules as possible. This includes Carp.pm. sub carp { require Carp; goto &Carp::carp; } s...perldoc.perl.org/Term::Cap.txtRegistered: Thu Jun 19 22:51:21 UTC 2025 - 19.3K bytes - Viewed (0) -
TAP::Parser::IteratorFactory.txt
package TAP::Parser::IteratorFactory; use strict; use warnings; use Carp qw( confess ); use File::Basename qw( fileparse ); use base 'TAP::Object'; use constant handlers => []; =head1 NAME TAP::Par...perldoc.perl.org/TAP::Parser::IteratorFactory.txtRegistered: Thu Jun 19 18:30:19 UTC 2025 - 8.1K bytes - Viewed (0) -
TAP::Object.txt
package TAP::Object; use strict; use warnings; =head1 NAME TAP::Object - Base class that provides common functionality to all C<TAP::*> modules =head1 VERSION Version 3.48 =cut our $VERSION = '3.48...perldoc.perl.org/TAP::Object.txtRegistered: Thu Jun 19 19:52:01 UTC 2025 - 2.6K bytes - Viewed (0) -
TAP::Parser::Iterator::Array.txt
package TAP::Parser::Iterator::Array; use strict; use warnings; use base 'TAP::Parser::Iterator'; =head1 NAME TAP::Parser::Iterator::Array - Iterator for array-based TAP sources =head1 VERSION Vers...perldoc.perl.org/TAP::Parser::Iterator::Array.txtRegistered: Thu Jun 19 21:00:18 UTC 2025 - 1.7K bytes - Viewed (0) -
TAP::Parser::Result::Bailout.txt
package TAP::Parser::Result::Bailout; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Bailout - Bailout result token. =head1 VERSION Version 3.48 =cut our...perldoc.perl.org/TAP::Parser::Result::Bailout.txtRegistered: Thu Jun 19 20:00:45 UTC 2025 - 1.1K bytes - Viewed (0)