Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 1,172 for label:perl (0.02 sec)

  1. Test2.txt

    package Test2; use strict; use warnings; our $VERSION = '1.302194'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2 - Framework for writing test tools that all work together. =head1 DESCRIPTION T...
    perldoc.perl.org/Test2.txt
    Registered: Wed May 08 07:15:12 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. TAP::Formatter::Console::Session.txt

    package TAP::Formatter::Console::Session; use strict; use warnings; use base 'TAP::Formatter::Session'; my @ACCESSOR; BEGIN { my @CLOSURE_BINDING = qw( header result clear_for_close close_test ); f...
    perldoc.perl.org/TAP::Formatter::Console::Session.txt
    Registered: Wed May 08 06:04:47 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. TAP::Parser::SourceHandler::RawTAP.txt

    package TAP::Parser::SourceHandler::RawTAP; use strict; use warnings; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Array (); use base 'TAP::Parser::SourceHandler'; TAP::Parser::I...
    perldoc.perl.org/TAP::Parser::SourceHandler::RawTAP.txt
    Registered: Wed May 08 07:40:15 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. TAP::Parser::Scheduler::Job.txt

    package TAP::Parser::Scheduler::Job; use strict; use warnings; use Carp; =head1 NAME TAP::Parser::Scheduler::Job - A single testing job. =head1 VERSION Version 3.44 =cut our $VERSION = '3.44'; =hea...
    perldoc.perl.org/TAP::Parser::Scheduler::Job.txt
    Registered: Wed May 08 06:57:12 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. TAP::Formatter::Console.txt

    package TAP::Formatter::Console; use strict; use warnings; use base 'TAP::Formatter::Base'; use POSIX qw(strftime); =head1 NAME TAP::Formatter::Console - Harness output delegate for default console...
    perldoc.perl.org/TAP::Formatter::Console.txt
    Registered: Wed May 08 05:59:03 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. TAP::Parser::Result::Comment.txt

    package TAP::Parser::Result::Comment; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Comment - Comment result token. =head1 VERSION Version 3.44 =cut our...
    perldoc.perl.org/TAP::Parser::Result::Comment.txt
    Registered: Wed May 08 05:01:20 UTC 2024
    - 986 bytes
    - Viewed (0)
  7. TAP::Formatter::File.txt

    package TAP::Formatter::File; use strict; use warnings; use TAP::Formatter::File::Session; use POSIX qw(strftime); use base 'TAP::Formatter::Base'; =head1 NAME TAP::Formatter::File - Harness output...
    perldoc.perl.org/TAP::Formatter::File.txt
    Registered: Wed May 08 07:46:27 UTC 2024
    - 850 bytes
    - Viewed (0)
  8. Unicode::Collate::CJK::Pinyin.txt

    package Unicode::Collate::CJK::Pinyin; 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::Pinyin.txt
    Registered: Wed May 08 22:29:29 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  9. Win32.txt

    package Win32; # BEGIN { use strict; use vars qw|$VERSION $XS_VERSION @ISA @EXPORT @EXPORT_OK|; require Exporter; require DynaLoader; @ISA = qw|Exporter DynaLoader|; $VERSION = '0.59'; $XS_VERSION ...
    perldoc.perl.org/Win32.txt
    Registered: Wed May 08 21:45:54 UTC 2024
    - 61.1K bytes
    - Viewed (0)
  10. Test::Builder::IO::Scalar.txt

    package Test::Builder::IO::Scalar; =head1 NAME Test::Builder::IO::Scalar - A copy of IO::Scalar for Test::Builder =head1 DESCRIPTION This is a copy of L<IO::Scalar> which ships with L<Test::Builder...
    perldoc.perl.org/Test::Builder::IO::Scalar.txt
    Registered: Wed May 08 19:47:36 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top