Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1981 - 1990 of about 10,000 for timestamp:[now/d-1y TO *] (0.17 sec)

  1. Test2::Require::AuthorTesting.txt

    package Test2::Require::AuthorTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'AUTHOR_TESTING'}; return '...
    perldoc.perl.org/Test2::Require::AuthorTesting.txt
    Registered: Mon Nov 18 09:23:25 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. 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 Nov 18 19:55:26 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  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 Nov 18 21:29:38 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. 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: Mon Nov 18 18:12:42 UTC 2024
    - 7.6K 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 Nov 18 19:14:45 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 Nov 18 22:12:16 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 = '2024.001'; our $SUBVERSION = 'mo...
    perldoc.perl.org/Text::Tabs.txt
    Registered: Mon Nov 18 21:03:12 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. User::grent.txt

    package User::grent 1.05; use v5.38; our ($gr_name, $gr_gid, $gr_passwd, @gr_members); use Exporter 'import'; our @EXPORT = qw(getgrent getgrgid getgrnam getgr); our @EXPORT_OK = qw($gr_name $gr_gi...
    perldoc.perl.org/User::grent.txt
    Registered: Mon Nov 18 21:49:14 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  9. XS::Typemap.txt

    package XS::Typemap; =head1 NAME XS::Typemap - module to test the XS typemaps distributed with perl =head1 SYNOPSIS use XS::Typemap; $output = T_IV( $input ); $output = T_PV( $input ); @output = T_...
    perldoc.perl.org/XS::Typemap.txt
    Registered: Mon Nov 18 22:18:52 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  10. 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.37'; # VERSION # This code schedules the cleanup of subroutines...
    perldoc.perl.org/autodie::Scope::Guard.txt
    Registered: Mon Nov 18 18:05:22 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top