Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 286 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: Mon Apr 15 11:41:50 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  2. 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: Mon Apr 15 06:57:20 UTC 2024
    - 18.9K bytes
    - Viewed (26)
  3. 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: Mon Apr 15 11:56:26 UTC 2024
    - 17.3K 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: Mon Apr 15 07:55:40 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  5. 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: Mon Apr 15 08:02:40 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  6. Tie::Scalar.txt

    package Tie::Scalar; our $VERSION = '1.06'; =head1 NAME Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars =head1 SYNOPSIS package NewScalar; require Tie::Scalar; @ISA = qw(Tie::...
    perldoc.perl.org/Tie::Scalar.txt
    Registered: Mon Apr 15 07:10:29 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  7. Text::Tabs.txt

    use strict; use warnings; package Text::Tabs; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( expand unexpand $tabstop ); our $VERSION = '2021.0814'; our $SUBVERSION = 'm...
    perldoc.perl.org/Text::Tabs.txt
    Registered: Mon Apr 15 07:41:32 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. User::grent.txt

    package User::grent; use strict; use 5.006_001; our $VERSION = '1.04'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ($gr_name, $gr_gid, $gr_passwd, @gr_members); BEGIN { use Exporter (); @EXPORT = q...
    perldoc.perl.org/User::grent.txt
    Registered: Mon Apr 15 10:54:17 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  9. autodie::Scope::Guard.txt

    package autodie::Scope::Guard; use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope our $VERSION = '2.36'; # VERSION # This code schedules the cleanup of subroutines...
    perldoc.perl.org/autodie::Scope::Guard.txt
    Registered: Mon Apr 15 10:03:31 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. perlsec.txt

    =head1 NAME perlsec - Perl security =head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most comm...
    perldoc.perl.org/perlsec.txt
    Registered: Mon Apr 15 20:40:01 UTC 2024
    - 27.2K bytes
    - Viewed (0)
Back to top