Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,306 for host:perldoc.perl.org (0.04 sec)

  1. perlrecharclass.txt

    =head1 NAME X<character class> perlrecharclass - Perl Regular Expression Character Classes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This ...
    perldoc.perl.org/perlrecharclass.txt
    Registered: Mon Jun 16 19:56:58 UTC 2025
    - 47.7K bytes
    - Viewed (0)
  2. Test2::Manual::Anatomy::Event.txt

    package Test2::Manual::Anatomy::Event; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::Event - The internals of events =head1 DESCRIPTION Events ...
    perldoc.perl.org/Test2::Manual::Anatomy::Event.txt
    Registered: Fri Jun 20 07:16:26 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  3. Test2::Require::ReleaseTesting.txt

    package Test2::Require::ReleaseTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'RELEASE_TESTING'}; return...
    perldoc.perl.org/Test2::Require::ReleaseTesting.txt
    Registered: Fri Jun 20 06:58:57 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  4. Test2::IPC::Driver::Files.txt

    package Test2::IPC::Driver::Files; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) } use Test2::Util::HashBase qw{tempdir ...
    perldoc.perl.org/Test2::IPC::Driver::Files.txt
    Registered: Fri Jun 20 16:29:29 UTC 2025
    - 13.3K bytes
    - Viewed (0)
  5. Test2::Manual::Concurrency.txt

    package Test2::Manual::Concurrency; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Concurrency - Documentation for Concurrency support. =head1 FORKING =h...
    perldoc.perl.org/Test2::Manual::Concurrency.txt
    Registered: Fri Jun 20 13:11:29 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  6. Test2::Formatter.txt

    package Test2::Formatter; use strict; use warnings; our $VERSION = '1.302199'; my %ADDED; sub import { my $class = shift; return if $class eq __PACKAGE__; return if $ADDED{$class}++; require Test2:...
    perldoc.perl.org/Test2::Formatter.txt
    Registered: Fri Jun 20 13:23:40 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  7. Test2::EventFacet::Error.txt

    package Test2::EventFacet::Error; use strict; use warnings; our $VERSION = '1.302199'; sub facet_key { 'errors' } sub is_list { 1 } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFace...
    perldoc.perl.org/Test2::EventFacet::Error.txt
    Registered: Fri Jun 20 17:23:46 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  8. perlrebackslash.txt

    =head1 NAME perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This docum...
    perldoc.perl.org/perlrebackslash.txt
    Registered: Mon Jun 16 19:07:43 UTC 2025
    - 32.4K bytes
    - Viewed (0)
  9. perlmod.txt

    =head1 NAME perlmod - Perl modules (packages and symbol tables) =head1 DESCRIPTION =head2 Is this the document you were after? There are other documents which might contain the information that you...
    perldoc.perl.org/perlmod.txt
    Registered: Mon Jun 16 15:39:39 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  10. Unicode::Collate::CJK::Zhuyin.txt

    package Unicode::Collate::CJK::Zhuyin; 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::Zhuyin.txt
    Registered: Fri Jun 20 19:44:29 UTC 2025
    - 110K bytes
    - Viewed (0)
Back to top