- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1761 - 1770 of about 10,000 for timestamp:[now/d-1M TO *] (0.07 sec)
-
Pod::Html.txt
package Pod::Html; use strict; use Exporter 'import'; our $VERSION = 1.35; $VERSION = eval $VERSION; our @EXPORT = qw(pod2html); use Config; use Cwd; use File::Basename; use File::Spec; use Pod::Si...perldoc.perl.org/Pod::Html.txtRegistered: Fri Sep 05 20:53:18 UTC 2025 - 21.5K bytes - Viewed (0) -
Memoize::Storable.txt
use strict; use warnings; package Memoize::Storable; our $VERSION = '1.17'; use Storable 1.002 (); # for lock_* function variants our $Verbose; sub TIEHASH { my $package = shift; my $filename = shi...perldoc.perl.org/Memoize::Storable.txtRegistered: Fri Sep 05 19:39:21 UTC 2025 - 1.3K bytes - Viewed (0) -
1.10.1
Tag: . CoreDNS-1.10.1 Release CoreDNS-1.10.1 Release Notes. 2023-01-20coredns.io/tags/1.10.1/Registered: Mon Sep 08 01:49:53 UTC 2025 - 5.5K 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: Fri Sep 05 22:39:27 UTC 2025 - 21.4K bytes - Viewed (0) -
Term::Table::HashBase.txt
package Term::Table::HashBase; use strict; use warnings; our $VERSION = '0.024'; ########## # # # This is a generated file! Do not modify this file directly! # # Use hashbase_inc.pl script to regen...perldoc.perl.org/Term::Table::HashBase.txtRegistered: Sat Sep 06 00:59:00 UTC 2025 - 12.9K bytes - Viewed (0) -
TAP::Formatter::Base.txt
package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...perldoc.perl.org/TAP::Formatter::Base.txtRegistered: Sat Sep 06 00:21:24 UTC 2025 - 12.1K bytes - Viewed (0) -
Symbol.txt
package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...perldoc.perl.org/Symbol.txtRegistered: Sat Sep 06 00:07:52 UTC 2025 - 4.8K 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: Fri Sep 05 22:51:58 UTC 2025 - 4.2K bytes - Viewed (0) -
Internals.txt
=head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); i...perldoc.perl.org/Internals.txtRegistered: Fri Sep 05 21:39:42 UTC 2025 - 2.9K bytes - Viewed (0) -
Term::Table::CellStack.txt
package Term::Table::CellStack; use strict; use warnings; our $VERSION = '0.024'; use Term::Table::HashBase qw/-cells -idx/; use List::Util qw/max/; sub init { my $self = shift; $self->{+CELLS} ||=...perldoc.perl.org/Term::Table::CellStack.txtRegistered: Sat Sep 06 00:49:03 UTC 2025 - 2.2K bytes - Viewed (0)