- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 2,612 for timestamp:[now/d-1M TO *] (0.02 sec)
-
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.txt Similar Results (1)Registered: Thu Oct 16 10:54:03 UTC 2025 - 83.5K bytes - Viewed (0) -
perlunicook.txt
=encoding utf8 =head1 NAME perlunicook - cookbookish examples of handling Unicode in Perl =head1 DESCRIPTION This manpage contains short recipes demonstrating how to handle common Unicode operation...perldoc.perl.org/perlunicook.txt Similar Results (1)Registered: Thu Oct 16 11:46:29 UTC 2025 - 24.9K bytes - Viewed (0) -
Config::Perl::V.txt
package Config::Perl::V; use strict; use warnings; use Config; use Exporter; our $VERSION = "0.38"; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( plv2hash summary myconfig signature ); our %EXPOR...perldoc.perl.org/Config::Perl::V.txtRegistered: Thu Oct 16 09:19:30 UTC 2025 - 15.2K bytes - Viewed (0) -
Compress::Raw::Bzip2.txt
package Compress::Raw::Bzip2; use strict ; use warnings ; require 5.006 ; require Exporter; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); $VERSION = '2.213'; $XS_VER...perldoc.perl.org/Compress::Raw::Bzip2.txtRegistered: Thu Oct 16 08:18:36 UTC 2025 - 10.7K bytes - Viewed (0) -
Thread.txt
package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.06'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...perldoc.perl.org/Thread.txtRegistered: Thu Oct 16 10:03:51 UTC 2025 - 8.1K bytes - Viewed (0) -
NDBM_File.txt
package NDBM_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 NDBM_File - Tied access t...perldoc.perl.org/NDBM_File.txtRegistered: Thu Oct 16 08:46:02 UTC 2025 - 3K bytes - Viewed (0) -
Pod::Simple::PullParser.txt
package Pod::Simple::PullParser; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN {our @ISA = ('Pod::Simple')} use Carp (); use Pod::Simple::PullParserStartToken; use Pod::Simple::PullP...perldoc.perl.org/Pod::Simple::PullParser.txtRegistered: Mon Oct 20 00:19:28 UTC 2025 - 25.1K bytes - Viewed (0) -
TAP::Parser::Scheduler.txt
package TAP::Parser::Scheduler; use strict; use warnings; use Carp; use TAP::Parser::Scheduler::Job; use TAP::Parser::Scheduler::Spinner; =head1 NAME TAP::Parser::Scheduler - Schedule tests during ...perldoc.perl.org/TAP::Parser::Scheduler.txtRegistered: Mon Oct 20 02:02:46 UTC 2025 - 11.3K bytes - Viewed (0) -
Pod::Text::Overstrike.txt
# Convert POD data to formatted overstrike text # # This was written because the output from: # # pod2text Text.pm > plain.txt; less plain.txt # # is not as rich as the output from # # pod2man Text...perldoc.perl.org/Pod::Text::Overstrike.txtRegistered: Mon Oct 20 01:52:48 UTC 2025 - 6.8K bytes - Viewed (0) -
Test2::API::Stack.txt
package Test2::API::Stack; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Hub(); use Carp qw/confess/; sub new { my $class = shift; return bless [], $class; } sub new_hub { my $sel...perldoc.perl.org/Test2::API::Stack.txtRegistered: Mon Oct 20 02:30:21 UTC 2025 - 4.7K bytes - Viewed (0)