Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 61 - 70 of 348 for label:perl (0.03 sec)

  1. AutoLoader.txt

    package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...
    perldoc.perl.org/AutoLoader.txt
    Registered: Tue May 14 01:28:55 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  2. CPAN::Meta::Prereqs.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...
    perldoc.perl.org/CPAN::Meta::Prereqs.txt
    Registered: Tue May 14 00:42:59 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. TAP::Formatter::Base.txt

    package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...
    perldoc.perl.org/TAP::Formatter::Base.txt
    Registered: Wed May 15 19:48:16 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. Test2::Formatter::TAP.txt

    package Test2::Formatter::TAP; use strict; use warnings; our $VERSION = '1.302194'; use Test2::Util qw/clone_io/; use Test2::Util::HashBase qw{ no_numbers handles _encoding _last_fh -made_assertion...
    perldoc.perl.org/Test2::Formatter::TAP.txt
    Registered: Wed May 15 22:21:43 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  5. 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: Thu May 16 05:11:36 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  6. Time::Piece.txt

    package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...
    perldoc.perl.org/Time::Piece.txt
    Registered: Thu May 16 04:26:22 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  7. Time::HiRes.txt

    package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...
    perldoc.perl.org/Time::HiRes.txt
    Registered: Thu May 16 10:33:22 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  8. Test2::API::InterceptResult::Event.txt

    package Test2::API::InterceptResult::Event; use strict; use warnings; our $VERSION = '1.302194'; use List::Util qw/first/; use Test2::Util qw/pkg_to_file/; use Scalar::Util qw/reftype blessed/; use...
    perldoc.perl.org/Test2::API::InterceptResult::Event.txt
    Registered: Thu May 16 02:37:34 UTC 2024
    - 28K bytes
    - Viewed (0)
  9. Test::Tutorial.txt

    =head1 NAME Test::Tutorial - A tutorial about writing really basic tests =head1 DESCRIPTION I<AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me...
    perldoc.perl.org/Test::Tutorial.txt
    Registered: Thu May 16 09:53:26 UTC 2024
    - 18.9K bytes
    - Viewed (26)
  10. 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: Thu May 16 08:42:39 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top