Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2431 - 2440 of 2,642 for host:perldoc.perl.org (0.39 sec)

  1. 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.txt
    Registered: Sun Jul 13 11:54:38 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Sun Jul 13 10:08:16 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Sun Jul 13 10:32:15 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Sun Jul 13 15:39:40 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Sun Jul 13 19:04:58 UTC 2025
    - 64.9K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Sun Jul 13 16:57:41 UTC 2025
    - 32K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Sun Jul 13 18:01:30 UTC 2025
    - 63.4K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Sun Jul 13 16:16:51 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Sun Jul 13 16:01:56 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sun Jul 13 17:12:52 UTC 2025
    - 5.9K bytes
    - Viewed (0)
Back to top