Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 316 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. XSLoader.txt

    # Generated from XSLoader_pm.PL (resolved %Config::Config value) # This file is unique for every OS use strict; no strict 'refs'; package XSLoader; our $VERSION = "0.32"; # remember to update versi...
    perldoc.perl.org/XSLoader.txt
    Registered: Thu May 16 07:13:49 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  8. autodie::Util.txt

    package autodie::Util; use strict; use warnings; use Exporter 5.57 qw(import); use autodie::Scope::GuardStack; our @EXPORT_OK = qw( fill_protos install_subs make_core_trampoline on_end_of_compile_s...
    perldoc.perl.org/autodie::Util.txt
    Registered: Thu May 16 06:23:44 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. Time::Seconds.txt

    package Time::Seconds; use strict; our $VERSION = '1.3401'; use Exporter 5.57 'import'; our @EXPORT = qw( ONE_MINUTE ONE_HOUR ONE_DAY ONE_WEEK ONE_MONTH ONE_YEAR ONE_FINANCIAL_MONTH LEAP_YEAR NON_L...
    perldoc.perl.org/Time::Seconds.txt
    Registered: Thu May 16 04:33:53 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  10. Test2::Event::V2.txt

    package Test2::Event::V2; use strict; use warnings; our $VERSION = '1.302194'; use Scalar::Util qw/reftype/; use Carp qw/croak/; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test...
    perldoc.perl.org/Test2::Event::V2.txt
    Registered: Thu May 16 02:08:23 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top