Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1921 - 1930 of 2,621 for host:perldoc.perl.org (0.02 sec)

  1. Test2::Require::Threads.txt

    package Test2::Require::Threads; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/CAN_THREAD/; sub skip { return undef if CAN_THREAD; return "This ...
    perldoc.perl.org/Test2::Require::Threads.txt
    Registered: Tue Apr 22 21:19:49 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  2. Test2::EventFacet::Render.txt

    package Test2::EventFacet::Render; use strict; use warnings; our $VERSION = '1.302199'; sub is_list { 1 } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::Hash...
    perldoc.perl.org/Test2::EventFacet::Render.txt
    Registered: Tue Apr 22 19:54:40 UTC 2025
    - 2K bytes
    - Viewed (0)
  3. Test2::Compare::Scalar.txt

    package Test2::Compare::Scalar; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/item/; use Carp qw/croak confess/; use Scalar::Uti...
    perldoc.perl.org/Test2::Compare::Scalar.txt
    Registered: Tue Apr 22 22:10:11 UTC 2025
    - 2K bytes
    - Viewed (0)
  4. Test2::EventFacet::Hub.txt

    package Test2::EventFacet::Hub; use strict; use warnings; our $VERSION = '1.302199'; sub is_list { 1 } sub facet_key { 'hubs' } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }...
    perldoc.perl.org/Test2::EventFacet::Hub.txt
    Registered: Tue Apr 22 21:34:18 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  5. Test2::Manual::Anatomy.txt

    package Test2::Manual::Anatomy; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Anatomy - The hub for documentation of the inner workings of Test2 compone...
    perldoc.perl.org/Test2::Manual::Anatomy.txt
    Registered: Tue Apr 22 19:42:24 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  6. Test2::Plugin::DieOnFail.txt

    package Test2::Plugin::DieOnFail; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/test2_add_callback_context_release/; my $LOADED = 0; sub import { return if $LOADED++; test2...
    perldoc.perl.org/Test2::Plugin::DieOnFail.txt
    Registered: Tue Apr 22 21:03:40 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  7. Test2::Event::Fail.txt

    package Test2::Event::Fail; use strict; use warnings; our $VERSION = '1.302199'; use Test2::EventFacet::Info; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event); *META_KEY = \&Test2::Util::E...
    perldoc.perl.org/Test2::Event::Fail.txt
    Registered: Tue Apr 22 23:06:29 UTC 2025
    - 2K bytes
    - Viewed (0)
  8. 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: Mon Apr 07 05:17:42 UTC 2025
    - 64.9K bytes
    - Viewed (0)
  9. 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: Mon Apr 07 09:14:54 UTC 2025
    - 47.5K bytes
    - Viewed (0)
  10. 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: Mon Apr 07 05:45:49 UTC 2025
    - 32K bytes
    - Viewed (0)
Back to top