Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2381 - 2390 of about 10,000 for timestamp:[now/d-1M TO *] (0.8 sec)

  1. Unicode::Collate::CJK::GB2312.txt

    package Unicode::Collate::CJK::GB2312; 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::GB2312.txt
    Registered: Sun Jul 13 13:11:13 UTC 2025
    - 34.4K bytes
    - Viewed (0)
  2. Thread::Queue.txt

    package Thread::Queue; use strict; use warnings; our $VERSION = '3.14'; # remember to update version in POD! $VERSION = eval $VERSION; use threads::shared 1.21; use Scalar::Util 1.10 qw(looks_like_...
    perldoc.perl.org/Thread::Queue.txt
    Registered: Sun Jul 13 14:12:20 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  3. Test2::Util::Table.txt

    package Test2::Util::Table; use strict; use warnings; our $VERSION = '1.302210'; use base 'Term::Table'; use Test2::Util::Importer 'Test2::Util::Importer' => 'import'; our @EXPORT_OK = qw/table/; o...
    perldoc.perl.org/Test2::Util::Table.txt
    Registered: Sun Jul 13 13:29:54 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  4. Test2::Manual::Anatomy::IPC.txt

    package Test2::Manual::Anatomy::IPC; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::IPC - Manual for the IPC system. =head1 DESCRIPTION This doc...
    perldoc.perl.org/Test2::Manual::Anatomy::IPC.txt
    Registered: Sun Jul 13 10:57:18 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  5. Test2::Workflow::BlockBase.txt

    package Test2::Workflow::BlockBase; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/code frame _info _lines/; use Test2::Util::Sub qw/sub_info/; use List::Util qw/...
    perldoc.perl.org/Test2::Workflow::BlockBase.txt
    Registered: Sun Jul 13 13:56:54 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  6. Test2::EventFacet::Plan.txt

    package Test2::EventFacet::Plan; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -count -ski...
    perldoc.perl.org/Test2::EventFacet::Plan.txt
    Registered: Sun Jul 13 11:05:53 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  7. autodie::Scope::Guard.txt

    package autodie::Scope::Guard; use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope our $VERSION = '2.37'; # VERSION # This code schedules the cleanup of subroutines...
    perldoc.perl.org/autodie::Scope::Guard.txt
    Registered: Sun Jul 13 15:14:10 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  8. Test2::Manual.txt

    package Test2::Manual; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual - Documentation hub for Test2 and Test2-Suite. =head1 DESCRIPTION This is the hub fo...
    perldoc.perl.org/Test2::Manual.txt
    Registered: Sun Jul 13 10:38:12 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  9. Test2::Require::AuthorTesting.txt

    package Test2::Require::AuthorTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; sub skip { my $class = shift; return undef if $ENV{'AUTHOR_TESTING'}; return '...
    perldoc.perl.org/Test2::Require::AuthorTesting.txt
    Registered: Sun Jul 13 10:24:02 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  10. pod2man.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell # Convert POD data to formatte...
    perldoc.perl.org/pod2man.txt
    Registered: Sun Jul 13 21:22:53 UTC 2025
    - 19.4K bytes
    - Viewed (0)
Back to top