- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2641 - 2650 of 3,463 for filetype:txt (0.07 sec)
-
Digest::base.txt
package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...perldoc.perl.org/Digest::base.txtRegistered: Tue Jun 17 16:54:24 UTC 2025 - 1.9K bytes - Viewed (0) -
Encode::Symbol.txt
package Encode::Symbol; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...perldoc.perl.org/Encode::Symbol.txtRegistered: Tue Jun 17 13:04:36 UTC 2025 - 847 bytes - Viewed (0) -
perlfunc.txt
=head1 NAME X<function> perlfunc - Perl builtin functions =head1 DESCRIPTION The functions in this section can serve as terms in an expression. They fall into two major categories: list operators a...perldoc.perl.org/perlfunc.txtRegistered: Mon Jun 16 17:13:16 UTC 2025 - 417.8K bytes - Viewed (0) -
TAP::Parser::Scheduler.txt
package TAP::Parser::Scheduler; use strict; use warnings; use Carp; use TAP::Parser::Scheduler::Job; use TAP::Parser::Scheduler::Spinner; =head1 NAME TAP::Parser::Scheduler - Schedule tests during ...perldoc.perl.org/TAP::Parser::Scheduler.txtRegistered: Thu Jun 19 22:39:47 UTC 2025 - 11.3K bytes - Viewed (0) -
TAP::Parser::Iterator::Process.txt
package TAP::Parser::Iterator::Process; use strict; use warnings; use Config; use IO::Handle; use base 'TAP::Parser::Iterator'; my $IS_WIN32 = ( $^O =~ /^(MS)?Win32$/ ); =head1 NAME TAP::Parser::It...perldoc.perl.org/TAP::Parser::Iterator::Process.txtRegistered: Thu Jun 19 21:08:02 UTC 2025 - 9.1K bytes - Viewed (0) -
Test2::Compare::Base.txt
package Test2::Compare::Base; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/confess croak/; use Scalar::Util qw/blessed/; use Test2::Util::Sub qw/sub_info/; use Test2::Compare::D...perldoc.perl.org/Test2::Compare::Base.txtRegistered: Thu Jun 19 22:46:50 UTC 2025 - 5.6K bytes - Viewed (0) -
Test2::API::Breakage.txt
package Test2::API::Breakage; use strict; use warnings; our $VERSION = '1.302199'; use Test2::Util qw/pkg_to_file/; our @EXPORT_OK = qw{ upgrade_suggested upgrade_required known_broken }; BEGIN { r...perldoc.perl.org/Test2::API::Breakage.txtRegistered: Thu Jun 19 21:30:26 UTC 2025 - 4.7K bytes - Viewed (0) -
TAP::Formatter::Console::ParallelSession.txt
package TAP::Formatter::Console::ParallelSession; use strict; use warnings; use File::Spec; use File::Path; use Carp; use base 'TAP::Formatter::Console::Session'; use constant WIDTH => 72; # Becaus...perldoc.perl.org/TAP::Formatter::Console::ParallelSession.txtRegistered: Thu Jun 19 22:22:33 UTC 2025 - 4.1K bytes - Viewed (0) -
Term::Table::Cell.txt
package Term::Table::Cell; use strict; use warnings; our $VERSION = '0.018'; use Term::Table::LineBreak(); use Term::Table::Util qw/uni_length/; use List::Util qw/sum/; use Term::Table::HashBase qw...perldoc.perl.org/Term::Table::Cell.txtRegistered: Thu Jun 19 18:46:00 UTC 2025 - 2.9K bytes - Viewed (0) -
Test2::Compare::Isa.txt
package Test2::Compare::Isa; use strict; use warnings; use Carp qw/confess/; use Scalar::Util qw/blessed/; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/i...perldoc.perl.org/Test2::Compare::Isa.txtRegistered: Thu Jun 19 19:21:11 UTC 2025 - 1.6K bytes - Viewed (0)