Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2401 - 2410 of 2,641 for host:perldoc.perl.org (0.04 sec)

  1. 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: Sun Jul 13 19:30:56 UTC 2025
    - 118.8K bytes
    - Viewed (0)
  2. Test2::API.txt

    package Test2::API; use strict; use warnings; use Time::HiRes qw/time/; use Test2::Util qw/USE_THREADS/; BEGIN { $ENV{TEST_ACTIVE} ||= 1; $ENV{TEST2_ACTIVE} = 1; } our $VERSION = '1.302210'; my $IN...
    perldoc.perl.org/Test2::API.txt
    Registered: Sat Jul 12 17:34:57 UTC 2025
    - 50.7K bytes
    - Viewed (0)
  3. Test2::API::Instance.txt

    package Test2::API::Instance; use strict; use warnings; our $VERSION = '1.302210'; 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.txt
    Registered: Sat Jul 12 19:53:33 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  4. Test2::Env.txt

    package Test2::Env; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Env - Documentation for environment variables used or set by Test2. =head...
    perldoc.perl.org/Test2::Env.txt
    Registered: Sat Jul 12 16:09:02 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  5. Test2::Compare::Set.txt

    package Test2::Compare::Set; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/checks _reduction/; use Test2::Compare::Delta(); use ...
    perldoc.perl.org/Test2::Compare::Set.txt
    Registered: Sat Jul 12 19:57:03 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  6. Test2::Compare::DeepRef.txt

    package Test2::Compare::DeepRef; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/input/; use Test2::Util::Ref qw/render_ref rtype/...
    perldoc.perl.org/Test2::Compare::DeepRef.txt
    Registered: Sat Jul 12 17:27:56 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  7. Test2::AsyncSubtest::Event::Attach.txt

    package Test2::AsyncSubtest::Event::Attach; use strict; use warnings; our $VERSION = '1.302210'; use base 'Test2::Event'; use Test2::Util::HashBase qw/id/; sub no_display { 1 } sub callback { my $s...
    perldoc.perl.org/Test2::AsyncSubtest::Event::Attach.txt
    Registered: Sat Jul 12 18:05:39 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  8. Test2::Event::Waiting.txt

    package Test2::Event::Waiting; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase; sub global { 1 }; sub summ...
    perldoc.perl.org/Test2::Event::Waiting.txt
    Registered: Sat Jul 12 21:22:18 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  9. Test2::Compare::Wildcard.txt

    package Test2::Compare::Wildcard; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/expect/; use Carp qw/croak/; sub init { my $self...
    perldoc.perl.org/Test2::Compare::Wildcard.txt
    Registered: Sat Jul 12 18:15:46 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  10. Test2::Compare::Undef.txt

    package Test2::Compare::Undef; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase; # Overloads '!' for us. use Tes...
    perldoc.perl.org/Test2::Compare::Undef.txt
    Registered: Sat Jul 12 20:31:37 UTC 2025
    - 1.3K bytes
    - Viewed (0)
Back to top