- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 337 for timestamp:[now/d-1d TO *] (0.02 sec)
-
File::DosGlob.txt
#!perl -w # # Documentation at the __END__ # package File::DosGlob; our $VERSION = '1.12'; use strict; use warnings; require XSLoader; XSLoader::load(); sub doglob { my $cond = shift; my @retval = ...perldoc.perl.org/File::DosGlob.txtRegistered: Fri Apr 04 15:18:30 UTC 2025 - 7.8K bytes - Viewed (0) -
Encode::Encoder.txt
# # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...perldoc.perl.org/Encode::Encoder.txtRegistered: Fri Apr 04 16:22:34 UTC 2025 - 6.2K bytes - Viewed (0) -
ExtUtils::MM_Win95.txt
package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...perldoc.perl.org/ExtUtils::MM_Win95.txtRegistered: Fri Apr 04 16:32:12 UTC 2025 - 1.3K bytes - Viewed (0) -
File::Spec::AmigaOS.txt
package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...perldoc.perl.org/File::Spec::AmigaOS.txtRegistered: Fri Apr 04 17:07:41 UTC 2025 - 982 bytes - Viewed (0) -
File::Spec::Cygwin.txt
package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...perldoc.perl.org/File::Spec::Cygwin.txtRegistered: Fri Apr 04 17:17:11 UTC 2025 - 3.5K bytes - Viewed (0) -
Encode::Encoding.txt
package Encode::Encoding; # Base class for classes which implement encodings use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r ...perldoc.perl.org/Encode::Encoding.txtRegistered: Fri Apr 04 18:14:21 UTC 2025 - 8.9K bytes - Viewed (0) -
Encode::Unicode::UTF7.txt
# # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...perldoc.perl.org/Encode::Unicode::UTF7.txtRegistered: Fri Apr 04 18:23:48 UTC 2025 - 3.8K bytes - Viewed (0) -
Attribute::Handlers.txt
package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...perldoc.perl.org/Attribute::Handlers.txtRegistered: Fri Apr 04 04:16:48 UTC 2025 - 32.1K bytes - Viewed (0) -
Cwd.txt
package Cwd; use strict; use Exporter; our $VERSION = '3.91'; my $xs_version = $VERSION; $VERSION =~ tr/_//d; our @ISA = qw/ Exporter /; our @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); push @EXPOR...perldoc.perl.org/Cwd.txtRegistered: Fri Apr 04 04:01:49 UTC 2025 - 21.1K bytes - Viewed (0) -
CPAN::Meta::Requirements.txt
use v5.10; use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use CPAN::Meta::Requirements::Range; #pod =h...perldoc.perl.org/CPAN::Meta::Requirements.txtRegistered: Fri Apr 04 04:50:58 UTC 2025 - 21.3K bytes - Viewed (0)