Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 320 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. IO::Zlib.txt

    # IO::Zlib.pm # # Copyright (c) 1998-2004 Tom Hughes <tom@compton.nu>. # All rights reserved. This program is free software; you can redistribute # it and/or modify it under the same terms as Perl ...
    perldoc.perl.org/IO::Zlib.txt
    Registered: Sat Feb 15 11:36:57 UTC 2025
    - 15.7K bytes
    - Viewed (0)
  2. File::stat.txt

    package File::stat 1.14; use v5.38; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our ( $st_dev, $st_ino, $st_mode, $st_nlink,...
    perldoc.perl.org/File::stat.txt
    Registered: Sat Feb 15 13:00:25 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  3. File::Spec::Win32.txt

    package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...
    perldoc.perl.org/File::Spec::Win32.txt
    Registered: Sat Feb 15 12:53:40 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  4. Module::Loaded.txt

    package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...
    perldoc.perl.org/Module::Loaded.txt
    Registered: Sat Feb 15 12:04:28 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  5. POSIX.txt

    =head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...
    perldoc.perl.org/POSIX.txt
    Registered: Sat Feb 15 18:22:50 UTC 2025
    - 83.3K bytes
    - Viewed (0)
  6. IO::Uncompress::Base.txt

    package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.212'; use constant G_EOF => 0 ; use ...
    perldoc.perl.org/IO::Uncompress::Base.txt
    Registered: Sat Feb 15 14:27:21 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  7. Pod::Simple::RTF.txt

    package Pod::Simple::RTF; use strict; use warnings; #sub DEBUG () {4}; #sub Pod::Simple::DEBUG () {4}; #sub Pod::Simple::PullParser::DEBUG () {4}; our $VERSION = '3.45'; use Pod::Simple::PullParser...
    perldoc.perl.org/Pod::Simple::RTF.txt
    Registered: Sat Feb 15 17:47:41 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  8. Pod::Perldoc::ToMan.txt

    require 5.006; package Pod::Perldoc::ToMan; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; use File::Spec::Functions qw(catfile); use Pod::...
    perldoc.perl.org/Pod::Perldoc::ToMan.txt
    Registered: Sat Feb 15 18:45:18 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  9. Locale::Maketext::Simple.txt

    package Locale::Maketext::Simple; $Locale::Maketext::Simple::VERSION = '0.21_01'; use strict; use 5.005; =head1 NAME Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon =head1 ...
    perldoc.perl.org/Locale::Maketext::Simple.txt
    Registered: Sat Feb 15 13:36:41 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  10. SDBM_File.txt

    package SDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; our @EXPORT_OK = qw(PAGFEXT DIRFEXT PAIRMAX); use Exporter "import...
    perldoc.perl.org/SDBM_File.txt
    Registered: Sat Feb 15 15:09:59 UTC 2025
    - 3.7K bytes
    - Viewed (0)
Back to top