Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 1,301 for label:perl (0.01 sec)

  1. Test::Simple.txt

    package Test::Simple; use 5.006; use strict; our $VERSION = '1.302210'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); our @EXPORT = qw(ok); my $CLASS = __PACKAGE__; =head1 NAME T...
    perldoc.perl.org/Test::Simple.txt
    Registered: Thu Oct 16 07:14:18 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  2. perlcheat.txt

    =head1 NAME perlcheat - Perl 5 Cheat Sheet =head1 DESCRIPTION This 'cheat sheet' is a handy reference, meant for beginning Perl programmers. Not everything is mentioned, but 195 features may alread...
    perldoc.perl.org/perlcheat.txt
    Registered: Thu Oct 16 11:40:21 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  3. IO::Compress.txt

    package IO::Compress; our $VERSION = '2.213' ; =head1 NAME IO::Compress - read/write compressed data in multiple formats =head1 DESCRIPTION This is a stub module. It contains no code. =head1 AUTHOR...
    perldoc.perl.org/IO::Compress.txt
    Registered: Thu Oct 16 05:16:19 UTC 2025
    - 436 bytes
    - Viewed (0)
  4. 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: Tue Oct 21 08:44:12 UTC 2025
    - 103.6K bytes
    - Viewed (0)
  5. Pod::Simple::Text.txt

    package Pod::Simple::Text; use strict; use warnings; use Carp (); use Pod::Simple::Methody (); use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple::Methody'); BEGIN { *DEBUG = defin...
    perldoc.perl.org/Pod::Simple::Text.txt
    Registered: Mon Oct 20 09:07:19 UTC 2025
    - 5K bytes
    - Viewed (0)
  6. Test2::Require::Threads.txt

    package Test2::Require::Threads; use strict; use warnings; BEGIN { require Test2::Require; our @ISA = qw(Test2::Require) } our $VERSION = '1.302210'; use Test2::Util qw/CAN_THREAD/; sub skip { retu...
    perldoc.perl.org/Test2::Require::Threads.txt
    Registered: Mon Oct 20 11:14:29 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  7. Test2::EventFacet::Control.txt

    package Test2::EventFacet::Control; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -global ...
    perldoc.perl.org/Test2::EventFacet::Control.txt
    Registered: Mon Oct 20 12:25:43 UTC 2025
    - 2K bytes
    - Viewed (0)
  8. Test2::Event::Fail.txt

    package Test2::Event::Fail; use strict; use warnings; our $VERSION = '1.302210'; use Test2::EventFacet::Info; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event); *META_KEY = \&Test2::Util::E...
    perldoc.perl.org/Test2::Event::Fail.txt
    Registered: Mon Oct 20 13:01:41 UTC 2025
    - 2K bytes
    - Viewed (0)
  9. Test2::Compare::Scalar.txt

    package Test2::Compare::Scalar; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/item/; use Carp qw/croak confess/; use Scalar::Uti...
    perldoc.perl.org/Test2::Compare::Scalar.txt
    Registered: Mon Oct 20 12:56:33 UTC 2025
    - 2K bytes
    - Viewed (0)
  10. Test2::EventFacet::Assert.txt

    package Test2::EventFacet::Assert; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -pass -no...
    perldoc.perl.org/Test2::EventFacet::Assert.txt
    Registered: Mon Oct 20 12:17:25 UTC 2025
    - 1.7K bytes
    - Viewed (0)
Back to top