- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 1,231 for timestamp:[now/d-7d TO *] (0.03 sec)
-
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.txtRegistered: 2024-12-11 04:52 - 98.2K bytes - Viewed (0) -
Pod::Checker.txt
########## # Pod/Checker.pm -- check pod documents for syntax errors # # Copyright (C) 1994-2000 by Bradford Appleton. All rights reserved. # This is free software; you can redistribute it and/or m...perldoc.perl.org/Pod::Checker.txtRegistered: 2024-12-11 08:02 - 33.3K bytes - Viewed (0) -
Math::Trig.txt
# # Trigonometric functions, mostly inherited from Math::Complex. # -- Jarkko Hietaniemi, since April 1997 # -- Raphael Manfredi, September 1996 (indirectly: because of Math::Complex) # package Mat...perldoc.perl.org/Math::Trig.txtRegistered: 2024-12-11 06:12 - 21.4K bytes - Viewed (0) -
Memoize::Expire.txt
use strict; use warnings; package Memoize::Expire; our $VERSION = '1.16'; 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.txtRegistered: 2024-12-11 06:20 - 10.6K bytes - Viewed (0) -
IO::File.txt
# package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...perldoc.perl.org/IO::File.txtRegistered: 2024-12-11 04:44 - 4.3K bytes - Viewed (0) -
Net::Time.txt
# Net::Time.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/o...perldoc.perl.org/Net::Time.txtRegistered: 2024-12-11 07:44 - 4.2K bytes - Viewed (0) -
ODBM_File.txt
package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.18"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...perldoc.perl.org/ODBM_File.txtRegistered: 2024-12-11 08:22 - 2.9K bytes - Viewed (0) -
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.txtRegistered: 2024-12-11 01:38 - 1.4K bytes - Viewed (0) -
PerlIO::encoding.txt
package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...perldoc.perl.org/PerlIO::encoding.txtRegistered: 2024-12-11 05:34 - 1.2K bytes - Viewed (0) -
Memoize::Storable.txt
use strict; use warnings; package Memoize::Storable; our $VERSION = '1.16'; use Storable 1.002 (); # for lock_* function variants our $Verbose; sub TIEHASH { my $package = shift; my $filename = shi...perldoc.perl.org/Memoize::Storable.txtRegistered: 2024-12-11 06:24 - 1.3K bytes - Viewed (0)