Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2021 - 2030 of 2,642 for host:perldoc.perl.org (0.03 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: Fri Aug 29 09:15:36 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: Fri Aug 29 04:48:45 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  3. Test::Builder::Formatter.txt

    package Test::Builder::Formatter; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) } use Test2::Util::HashBase qw/no_...
    perldoc.perl.org/Test::Builder::Formatter.txt
    Registered: Fri Aug 29 06:14:39 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Fri Aug 29 12:04:25 UTC 2025
    - 118.8K bytes
    - Viewed (0)
  5. Unicode::Collate::CJK::Korean.txt

    package Unicode::Collate::CJK::Korean; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %jamo2prim = ( '1100', 0x4175, '1101', 0x4176, '1102', 0x4177, '1103', 0x4178, '1105', 0x417A, ...
    perldoc.perl.org/Unicode::Collate::CJK::Korean.txt
    Registered: Fri Aug 29 09:44:27 UTC 2025
    - 47.5K bytes
    - Viewed (0)
  6. 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: Fri Aug 29 13:10:49 UTC 2025
    - 63.4K bytes
    - Viewed (0)
  7. Test2::Workflow.txt

    package Test2::Workflow; use strict; use warnings; our $VERSION = '1.302210'; our @EXPORT_OK = qw/parse_args current_build build root_build init_root build_stack/; use base 'Exporter'; use Test2::W...
    perldoc.perl.org/Test2::Workflow.txt
    Registered: Fri Aug 29 11:12:55 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  8. 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: Fri Aug 29 10:08:02 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  9. Test2::Util::Stash.txt

    package Test2::Util::Stash; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use B; our @EXPORT_OK = qw{ get_stash get_glob get_symbol parse_symbol purge_symbol slot_to_sig ...
    perldoc.perl.org/Test2::Util::Stash.txt
    Registered: Fri Aug 29 09:50:32 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  10. Test2::Workflow::Task::Group.txt

    package Test2::Workflow::Task::Group; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use Test2::Workflow::Task::Action; use base 'Test2::Workflow::Task'; use Test2::Util::...
    perldoc.perl.org/Test2::Workflow::Task::Group.txt
    Registered: Fri Aug 29 11:48:40 UTC 2025
    - 2.1K bytes
    - Viewed (0)
Back to top