Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. JSON::PP::Boolean.txt

    package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...
    perldoc.perl.org/JSON::PP::Boolean.txt
    Registered: Tue May 07 13:29:19 UTC 2024
    - 852 bytes
    - Viewed (0)
  2. Memoize::SDBM_File.txt

    use strict; use warnings; package Memoize::SDBM_File; our $VERSION = '1.16'; use SDBM_File 1.01; # for EXISTS support our @ISA = qw(SDBM_File); 1; __END__ =pod =head1 NAME Memoize::SDBM_File - DEPR...
    perldoc.perl.org/Memoize::SDBM_File.txt
    Registered: Tue May 07 16:55:56 UTC 2024
    - 520 bytes
    - Viewed (0)
  3. 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 08 21:14:58 UTC 2024
    - 110K bytes
    - Viewed (0)
  4. Test::More.txt

    package Test::More; use 5.006; use strict; use warnings; #---- perlcritic exemptions. ----# # We use a lot of subroutine prototypes ## no critic (Subroutines::ProhibitSubroutinePr) # Can't use Carp...
    perldoc.perl.org/Test::More.txt
    Registered: Wed May 08 20:37:46 UTC 2024
    - 52.9K bytes
    - Viewed (3)
  5. XS::APItest.txt

    package XS::APItest; use strict; use warnings; use Carp; our $VERSION = '1.32'; require XSLoader; # Export everything since these functions are only used by a test script # Export subpackages too -...
    perldoc.perl.org/XS::APItest.txt
    Registered: Wed May 08 22:22:16 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  6. Tie::Hash.txt

    package Tie::Hash; our $VERSION = '1.06'; =head1 NAME Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes =head1 SYNOPSIS package NewHash; require Tie::Hash; @ISA = qw(...
    perldoc.perl.org/Tie::Hash.txt
    Registered: Wed May 08 21:00:57 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  7. Tie::Array.txt

    package Tie::Array; use 5.006_001; use strict; use Carp; our $VERSION = '1.07'; # Pod documentation after __END__ below. sub DESTROY { } sub EXTEND { } sub UNSHIFT { scalar shift->SPLICE(0,0,@_) } ...
    perldoc.perl.org/Tie::Array.txt
    Registered: Wed May 08 17:55:22 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  8. Test::Tester::Capture.txt

    use strict; package Test::Tester::Capture; our $VERSION = '1.302194'; use Test::Builder; use vars qw( @ISA ); @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGI...
    perldoc.perl.org/Test::Tester::Capture.txt
    Registered: Wed May 08 17:36:55 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  9. Test2::Event::Subtest.txt

    package Test2::Event::Subtest; use strict; use warnings; our $VERSION = '1.302194'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } use Test2::Util::HashBase qw{subevents buffer...
    perldoc.perl.org/Test2::Event::Subtest.txt
    Registered: Wed May 08 16:38:39 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. Time::gmtime.txt

    package Time::gmtime; use strict; use 5.006_001; use Time::tm; our (@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION); our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_...
    perldoc.perl.org/Time::gmtime.txt
    Registered: Wed May 08 18:06:16 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top