- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 200 for timestamp:[now/d-1d TO *] (0.05 sec)
-
Time::HiRes.txt
package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...perldoc.perl.org/Time::HiRes.txtRegistered: Tue Jan 28 02:44:29 UTC 2025 - 25.1K bytes - Viewed (0) -
Test::Tutorial.txt
=head1 NAME Test::Tutorial - A tutorial about writing really basic tests =head1 DESCRIPTION I<AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me...perldoc.perl.org/Test::Tutorial.txtRegistered: Tue Jan 28 03:07:29 UTC 2025 - 18.9K bytes - Viewed (0) -
perlfaq9.txt
=head1 NAME perlfaq9 - Web, Email and Networking =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section deals with questions related to running web sites, sending and receiving email as ...perldoc.perl.org/perlfaq9.txtRegistered: Tue Jan 28 05:35:23 UTC 2025 - 14.9K bytes - Viewed (0) -
perlgov.txt
=encoding utf-8 =head1 NAME perlgov - Perl Rules of Governance =head1 PREAMBLE We are forming a system of governance for development of the Perl programming language. The scope of governance includ...perldoc.perl.org/perlgov.txtRegistered: Tue Jan 28 08:13:53 UTC 2025 - 16.1K bytes - Viewed (0) -
Thread::Queue.txt
package Thread::Queue; use strict; use warnings; our $VERSION = '3.14'; # remember to update version in POD! $VERSION = eval $VERSION; use threads::shared 1.21; use Scalar::Util 1.10 qw(looks_like_...perldoc.perl.org/Thread::Queue.txtRegistered: Tue Jan 28 04:29:15 UTC 2025 - 17.3K bytes - Viewed (0) -
perl5263delta.txt
=encoding utf8 =head1 NAME perl5263delta - what is new for perl v5.26.3 =head1 DESCRIPTION This document describes differences between the 5.26.2 release and the 5.26.3 release. If you are upgradin...perldoc.perl.org/perl5263delta.txtRegistered: Tue Jan 28 08:48:26 UTC 2025 - 6.9K bytes - Viewed (0) -
Text::Tabs.txt
use strict; use warnings; package Text::Tabs; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( expand unexpand $tabstop ); our $VERSION = '2024.001'; our $SUBVERSION = 'mo...perldoc.perl.org/Text::Tabs.txtRegistered: Tue Jan 28 03:15:27 UTC 2025 - 3.4K bytes - Viewed (0) -
perllexwarn.txt
=head1 NAME perllexwarn - Perl Lexical Warnings =head1 DESCRIPTION Perl v5.6.0 introduced lexical control over the handling of warnings by category. The C<warnings> pragma generally replaces the co...perldoc.perl.org/perllexwarn.txtRegistered: Tue Jan 28 09:27:17 UTC 2025 - 355 bytes - Viewed (0) -
Time::Piece.txt
package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...perldoc.perl.org/Time::Piece.txtRegistered: Tue Jan 28 01:23:19 UTC 2025 - 31.5K bytes - Viewed (0) -
XSLoader.txt
# Generated from XSLoader_pm.PL (resolved %Config::Config value) # This file is unique for every OS use strict; no strict 'refs'; package XSLoader; our $VERSION = "0.32"; # remember to update versi...perldoc.perl.org/XSLoader.txtRegistered: Tue Jan 28 02:22:39 UTC 2025 - 11.1K bytes - Viewed (0)