Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1941 - 1950 of 2,621 for host:perldoc.perl.org (0.14 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: Mon Apr 07 09:37:31 UTC 2025
    - 118.8K bytes
    - Viewed (0)
  2. Test2::EventFacet::Trace.txt

    package Test2::EventFacet::Trace; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util qw/get_tid pkg_to_file g...
    perldoc.perl.org/Test2::EventFacet::Trace.txt
    Registered: Sun Apr 06 11:14:28 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  3. Test2::Event::Encoding.txt

    package Test2::Event::Encoding; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/croak/; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw/enc...
    perldoc.perl.org/Test2::Event::Encoding.txt
    Registered: Sun Apr 06 12:08:43 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  4. Test2::Manual::Testing::Introduction.txt

    package Test2::Manual::Testing::Introduction; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Testing::Introduction - Introduction to testing with Test2. ...
    perldoc.perl.org/Test2::Manual::Testing::Introduction.txt
    Registered: Sun Apr 06 13:15:01 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  5. Test2::Event::Pass.txt

    package Test2::Event::Pass; 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::Pass.txt
    Registered: Sun Apr 06 16:03:14 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  6. Test::Builder.txt

    package Test::Builder; use 5.006; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { if( $] < 5.008 ) { require Test::Builder::IO::Scalar; } } use Scalar::Util qw/blessed reftype weaken/;...
    perldoc.perl.org/Test::Builder.txt
    Registered: Sun Apr 06 18:50:47 UTC 2025
    - 63.5K bytes
    - Viewed (0)
  7. Test2::Tools::Compare.txt

    package Test2::Tools::Compare; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Scalar::Util qw/reftype/; use Test2::API qw/context/; use Test2::Util::Ref qw/rtype/; use...
    perldoc.perl.org/Test2::Tools::Compare.txt
    Registered: Sun Apr 06 20:05:12 UTC 2025
    - 49K bytes
    - Viewed (0)
  8. Test2::Tools::Mock.txt

    package Test2::Tools::Mock; use strict; use warnings; use Carp qw/croak/; use Scalar::Util qw/blessed reftype weaken/; use Test2::Util qw/try/; use Test2::Util::Sub qw/gen_accessor gen_reader gen_w...
    perldoc.perl.org/Test2::Tools::Mock.txt
    Registered: Sun Apr 06 21:31:25 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  9. 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 Apr 06 17:17:03 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  10. Test2::Workflow::Runner.txt

    package Test2::Workflow::Runner; use strict; use warnings; our $VERSION = '0.000162'; 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 Apr 06 16:53:47 UTC 2025
    - 12.6K bytes
    - Viewed (0)
Back to top