Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 167 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. File::Temp.txt

    package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...
    perldoc.perl.org/File::Temp.txt
    Registered: Fri Jul 18 21:16:52 UTC 2025
    - 116.1K bytes
    - Viewed (0)
  2. JSON::PP.txt

    package JSON::PP; # JSON-2.0 use 5.008; use strict; use Exporter (); BEGIN { our @ISA = ('Exporter') } use overload (); use JSON::PP::Boolean; use Carp (); use Scalar::Util qw(blessed reftype refad...
    perldoc.perl.org/JSON::PP.txt
    Registered: Fri Jul 18 19:21:31 UTC 2025
    - 98.2K bytes
    - Viewed (0)
  3. I18N::LangTags.txt

    # Time-stamp: "2004-10-06 23:26:33 ADT" # Sean M. Burke <sburke@cpan.org> require 5.000; package I18N::LangTags; use strict; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(); our @EXPO...
    perldoc.perl.org/I18N::LangTags.txt
    Registered: Fri Jul 18 20:19:10 UTC 2025
    - 27.4K bytes
    - Viewed (0)
  4. Memoize::Expire.txt

    use strict; use warnings; package Memoize::Expire; our $VERSION = '1.17'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...
    perldoc.perl.org/Memoize::Expire.txt
    Registered: Fri Jul 18 17:02:41 UTC 2025
    - 10.6K bytes
    - Viewed (0)
  5. IPC::Open2.txt

    package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.08; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...
    perldoc.perl.org/IPC::Open2.txt
    Registered: Fri Jul 18 21:25:37 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  6. Net::FTP::dataconn.txt

    ## ## Generic data connection package ## package Net::FTP::dataconn; use 5.008001; use strict; use warnings; use Carp; use Errno; use Net::Cmd; our $VERSION = '3.15'; $Net::FTP::IOCLASS or die "ple...
    perldoc.perl.org/Net::FTP::dataconn.txt
    Registered: Fri Jul 18 22:44:42 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  7. Pod::Simple::DumpAsText.txt

    package Pod::Simple::DumpAsText; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN { our @ISA = ('Pod::Simple')} use Carp (); BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG ...
    perldoc.perl.org/Pod::Simple::DumpAsText.txt
    Registered: Fri Jul 18 23:32:35 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  8. Getopt::Long::Parser.txt

    #! perl # Parser.pm -- Getopt::Long object-oriented interface # Author : Johan Vromans # Created On : Thu Nov 9 10:37:00 2023 # Last Modified On: Tue Jun 11 13:17:57 2024 # Update Count : 16 # Stat...
    perldoc.perl.org/Getopt::Long::Parser.txt
    Registered: Fri Jul 18 19:44:29 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  9. IO.txt

    # package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.55"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...
    perldoc.perl.org/IO.txt
    Registered: Fri Jul 18 17:52:03 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Registered: Fri Jul 18 12:44:03 UTC 2025
    - 318.6K bytes
    - Viewed (0)
Back to top