Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 78 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. Unicode::UCD.txt

    package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.78'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...
    perldoc.perl.org/Unicode::UCD.txt
    Registered: Mon Jun 02 05:35:23 UTC 2025
    - 181.9K bytes
    - Viewed (0)
  2. Win32API::File.txt

    # File.pm -- Low-level access to Win32 file/dir functions/constants. package Win32API::File; use strict; use integer; use Carp; use Config qw( %Config ); use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_AP...
    perldoc.perl.org/Win32API::File.txt
    Registered: Mon Jun 02 03:59:11 UTC 2025
    - 95.5K bytes
    - Viewed (0)
  3. Time::Local.txt

    package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.35'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...
    perldoc.perl.org/Time::Local.txt
    Registered: Mon Jun 02 04:22:43 UTC 2025
    - 16.9K bytes
    - Viewed (0)
  4. UNIVERSAL.txt

    package UNIVERSAL; our $VERSION = '1.17'; # UNIVERSAL.pm should not contain any methods/subs, they # are all defined in universal.c 1; __END__ =head1 NAME UNIVERSAL - base class for ALL classes (bl...
    perldoc.perl.org/UNIVERSAL.txt
    Registered: Mon Jun 02 07:13:34 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  5. Test2::Manual::Tooling::Subtest.txt

    package Test2::Manual::Tooling::Subtest; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Subtest - How to implement a tool that makes use of subt...
    perldoc.perl.org/Test2::Manual::Tooling::Subtest.txt
    Registered: Mon Jun 02 02:18:47 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. autodie::Scope::GuardStack.txt

    package autodie::Scope::GuardStack; use strict; use warnings; use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H our $VERSION = '2.37'; # VERSION my $H_KEY_STEM = __PACKA...
    perldoc.perl.org/autodie::Scope::GuardStack.txt
    Registered: Mon Jun 02 06:39:02 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  7. Test2::Require::Module.txt

    package Test2::Require::Module; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/pkg_to_file/; sub skip { my $class = shift; my ($module, $ver) = @...
    perldoc.perl.org/Test2::Require::Module.txt
    Registered: Mon Jun 02 00:20:48 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  8. Win32CORE.txt

    package Win32CORE; $VERSION = '0.04'; # There is no reason to load this module explicitly. It will be # initialized using xs_init() when the interpreter is constructed. 1; __END__ =head1 NAME Win32...
    perldoc.perl.org/Win32CORE.txt
    Registered: Mon Jun 02 05:43:11 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  9. Test2::Util::Table::LineBreak.txt

    package Test2::Util::Table::LineBreak; use strict; use warnings; our $VERSION = '0.000162'; use base 'Term::Table::LineBreak'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Util::Table::LineBr...
    perldoc.perl.org/Test2::Util::Table::LineBreak.txt
    Registered: Mon Jun 02 01:35:01 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  10. Thread.txt

    package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.05'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...
    perldoc.perl.org/Thread.txt
    Registered: Mon Jun 02 07:19:27 UTC 2025
    - 8.1K bytes
    - Viewed (0)
Back to top