- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1811 - 1820 of about 10,000 for timestamp:[now/d-1M TO *] (0.09 sec)
-
unless.txt
=over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194perldoc.perl.org/functions/unless.txt Similar Results (7)Registered: Wed Jul 09 18:55:33 UTC 2025 - 194 bytes - Viewed (0) -
UNITCHECK.txt
=over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back 178perldoc.perl.org/functions/UNITCHECK.txt Similar Results (4)Registered: Wed Jul 09 18:45:40 UTC 2025 - 178 bytes - Viewed (0) -
DESTROY.txt
=over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91perldoc.perl.org/functions/DESTROY.txtRegistered: Thu Jul 10 02:35:28 UTC 2025 - 91 bytes - Viewed (0) -
AUTOLOAD.txt
=over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back 85perldoc.perl.org/functions/AUTOLOAD.txtRegistered: Thu Jul 10 04:31:24 UTC 2025 - 85 bytes - Viewed (0) -
IO::Compress::Deflate.txt
package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.213 (); use IO::Compress::Adapter::Deflate 2.213 ; use IO::Co...perldoc.perl.org/IO::Compress::Deflate.txtRegistered: Fri Jul 11 16:06:31 UTC 2025 - 24.8K bytes - Viewed (0) -
File::Spec::Unix.txt
package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.94'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...perldoc.perl.org/File::Spec::Unix.txtRegistered: Fri Jul 11 14:50:28 UTC 2025 - 15.5K bytes - Viewed (0) -
Memoize::Expire.txt
use strict; use warnings; package Memoize::Expire; our $VERSION = '1.17'; 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: Fri Jul 11 17:08:42 UTC 2025 - 10.6K bytes - Viewed (0) -
IPC::Open2.txt
package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.08; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...perldoc.perl.org/IPC::Open2.txtRegistered: Fri Jul 11 17:43:03 UTC 2025 - 5.6K bytes - Viewed (0) -
IPC::Semaphore.txt
########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...perldoc.perl.org/IPC::Semaphore.txtRegistered: Fri Jul 11 15:50:30 UTC 2025 - 6.3K 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: Fri Jul 11 20:01:28 UTC 2025 - 4.8K bytes - Viewed (0)