- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2431 - 2440 of 2,642 for host:perldoc.perl.org (0.39 sec)
-
Test2::Util::Times.txt
package Test2::Util::Times; use strict; use warnings; use List::Util qw/sum/; our $VERSION = '1.302210'; our @EXPORT_OK = qw/render_bench render_duration/; use base 'Exporter'; sub render_duration ...perldoc.perl.org/Test2::Util::Times.txtRegistered: Sun Jul 13 11:54:38 UTC 2025 - 3.1K bytes - Viewed (0) -
Test2::Manual::Tooling::Plugin::TestingDone.txt
package Test2::Manual::Tooling::Plugin::TestingDone; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Plugin::TestingDone - Run code when the test file is finished, or when...perldoc.perl.org/Test2::Manual::Tooling::Plugin::TestingDone.txtRegistered: Sun Jul 13 10:08:16 UTC 2025 - 2.7K bytes - Viewed (0) -
Test2::Tools.txt
package Test2::Tools; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Tools - Documentation for Tools. =head1 DESCRIPTION Tools are packages ...perldoc.perl.org/Test2::Tools.txtRegistered: Sun Jul 13 10:32:15 UTC 2025 - 2.5K bytes - Viewed (0) -
Test::Builder::TodoDiag.txt
package Test::Builder::TodoDiag; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) } sub diagnostics { 0 } sub facet_data { ...perldoc.perl.org/Test::Builder::TodoDiag.txtRegistered: Sun Jul 13 15:39:40 UTC 2025 - 1.1K bytes - Viewed (0) -
Unicode::Collate::CJK::Big5.txt
package Unicode::Collate::CJK::Big5; 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) { next ...perldoc.perl.org/Unicode::Collate::CJK::Big5.txtRegistered: Sun Jul 13 19:04:58 UTC 2025 - 64.9K bytes - Viewed (0) -
Unicode::Collate::CJK::JISX0208.txt
package Unicode::Collate::CJK::JISX0208; 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) { n...perldoc.perl.org/Unicode::Collate::CJK::JISX0208.txtRegistered: Sun Jul 13 16:57:41 UTC 2025 - 32K bytes - Viewed (0) -
Test::Builder.txt
package Test::Builder; use 5.006; use strict; use warnings; our $VERSION = '1.302210'; use Scalar::Util qw/blessed reftype weaken/; use Test2::Util qw/USE_THREADS try get_tid/; use Test2::API qw/co...perldoc.perl.org/Test::Builder.txtRegistered: Sun Jul 13 18:01:30 UTC 2025 - 63.4K bytes - Viewed (0) -
Text::Wrap.txt
use strict; use warnings; package Text::Wrap; use warnings::register; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( wrap fill ); our @EXPORT_OK = qw( $columns $break $h...perldoc.perl.org/Text::Wrap.txtRegistered: Sun Jul 13 16:16:51 UTC 2025 - 8.7K bytes - Viewed (0) -
Test2::Workflow::Runner.txt
package Test2::Workflow::Runner; use strict; use warnings; our $VERSION = '1.302210'; use Test2::API(); use Test2::Todo(); use Test2::AsyncSubtest(); use Test2::Util qw/get_tid CAN_REALLY_FORK/; us...perldoc.perl.org/Test2::Workflow::Runner.txtRegistered: Sun Jul 13 16:01:56 UTC 2025 - 12.6K bytes - Viewed (0) -
Tie::SubstrHash.txt
package Tie::SubstrHash 1.01; =head1 NAME Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing =head1 SYNOPSIS require Tie::SubstrHash; tie %myhash, 'Tie::SubstrHash', $key_len, $value_len,...perldoc.perl.org/Tie::SubstrHash.txtRegistered: Sun Jul 13 17:12:52 UTC 2025 - 5.9K bytes - Viewed (0)