Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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: Wed May 14 01:01:29 UTC 2025
    - 13.3K bytes
    - Viewed (0)
  2. Test2::Manual::Tooling::Formatter.txt

    package Test2::Manual::Tooling::Formatter; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Formatter - How to write a custom formatter, in our case a JSONL formatter. =hea...
    perldoc.perl.org/Test2::Manual::Tooling::Formatter.txt
    Registered: Wed May 14 02:09:15 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  3. Test2::Plugin::UTF8.txt

    package Test2::Plugin::UTF8; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::API qw{ test2_add_callback_post_load test2_stack }; my $LOADED = 0; sub import { my ...
    perldoc.perl.org/Test2::Plugin::UTF8.txt
    Registered: Wed May 14 00:01:55 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  4. Test2::Require::ExtendedTesting.txt

    package Test2::Require::ExtendedTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'EXTENDED_TESTING'}; retu...
    perldoc.perl.org/Test2::Require::ExtendedTesting.txt
    Registered: Wed May 14 00:09:29 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  5. h2ph.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] e...
    perldoc.perl.org/h2ph.txt
    Registered: Thu May 15 07:11:37 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  6. json_pp.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @I...
    perldoc.perl.org/json_pp.txt
    Registered: Thu May 15 05:55:32 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  7. 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: Wed May 14 21:59:30 UTC 2025
    - 110K bytes
    - Viewed (0)
  8. Tie::File.txt

    package Tie::File; use strict; use warnings; use Carp ':DEFAULT', 'confess'; use POSIX 'SEEK_SET'; use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY'; use constant O_ACCMOD...
    perldoc.perl.org/Tie::File.txt
    Registered: Thu May 15 00:37:51 UTC 2025
    - 75.7K bytes
    - Viewed (0)
  9. Test2::V0.txt

    package Test2::V0; use strict; use warnings; use Test2::Util::Importer; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Plugin::SRand(); use Test2::Plugin::UTF8(); use Test2::Tools::Targe...
    perldoc.perl.org/Test2::V0.txt
    Registered: Wed May 14 03:39:32 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  10. Test2::Tools::ClassicCompare.txt

    package Test2::Tools::ClassicCompare; use strict; use warnings; our $VERSION = '0.000162'; our @EXPORT = qw/is is_deeply isnt like unlike cmp_ok/; use base 'Exporter'; use Carp qw/carp/; use Scalar...
    perldoc.perl.org/Test2::Tools::ClassicCompare.txt
    Registered: Wed May 14 05:56:51 UTC 2025
    - 11.8K bytes
    - Viewed (0)
Back to top