- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 320 for timestamp:[now/d-1d TO *] (0.02 sec)
-
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.txtRegistered: Sat Feb 15 11:36:57 UTC 2025 - 15.7K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 13:00:25 UTC 2025 - 9.9K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 12:53:40 UTC 2025 - 10.5K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 12:04:28 UTC 2025 - 3.3K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 18:22:50 UTC 2025 - 83.3K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 14:27:21 UTC 2025 - 37.6K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 17:47:41 UTC 2025 - 22.9K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 18:45:18 UTC 2025 - 13.9K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 13:36:41 UTC 2025 - 9.6K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 15:09:59 UTC 2025 - 3.7K bytes - Viewed (0)