- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 337 for timestamp:[now/d-1d TO *] (0.03 sec)
-
CPAN::Debug.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN::Debug; use strict; use vars qw($VERSION); $VERSION = "5.5001"; # module is internal to CPAN.pm %CPAN::DEBUG = qw[ CPAN 1 In...perldoc.perl.org/CPAN::Debug.txtRegistered: Fri Apr 04 10:32:58 UTC 2025 - 2.1K bytes - Viewed (0) -
CPAN::Nox.txt
package CPAN::Nox; use strict; use vars qw($VERSION @EXPORT); BEGIN{ $CPAN::Suppress_readline=1 unless defined $CPAN::term; } use Exporter (); @CPAN::ISA = ('Exporter'); use CPAN; $VERSION = "5.500...perldoc.perl.org/CPAN::Nox.txtRegistered: Fri Apr 04 08:21:22 UTC 2025 - 953 bytes - Viewed (0) -
DBM_Filter::null.txt
package DBM_Filter::null ; use strict; use warnings; our $VERSION = '0.03'; sub Store { no warnings 'uninitialized'; $_ .= "\x00" ; } sub Fetch { no warnings 'uninitialized'; s/\x00$// ; } 1; __END...perldoc.perl.org/DBM_Filter::null.txtRegistered: Fri Apr 04 12:59:50 UTC 2025 - 967 bytes - Viewed (0) -
ExtUtils::Mkbootstrap.txt
package ExtUtils::Mkbootstrap; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require Exporter; our @ISA = ('Exporter'); our @EXPORT = ('&Mkbootstrap'); use Config; our $Verb...perldoc.perl.org/ExtUtils::Mkbootstrap.txtRegistered: Fri Apr 04 14:49:51 UTC 2025 - 3.2K bytes - Viewed (0) -
ExtUtils::ParseXS.txt
=head1 NAME ExtUtils::ParseXS - converts Perl XS code into C code =head1 SYNOPSIS use ExtUtils::ParseXS; my $pxs = ExtUtils::ParseXS->new; $pxs->process_file( filename => 'foo.xs' ); $pxs->process_...perldoc.perl.org/ExtUtils::ParseXS.txtRegistered: Fri Apr 04 14:54:01 UTC 2025 - 4.8K bytes - Viewed (0) -
I18N::LangTags.txt
# Time-stamp: "2004-10-06 23:26:33 ADT" # Sean M. Burke <sburke@cpan.org> require 5.000; package I18N::LangTags; use strict; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(); our @EXPO...perldoc.perl.org/I18N::LangTags.txtRegistered: Fri Apr 04 15:10:37 UTC 2025 - 27.4K bytes - Viewed (0) -
ExtUtils::MakeMaker.txt
# $Id$ package ExtUtils::MakeMaker; use strict; use warnings; BEGIN {require 5.006;} require Exporter; use ExtUtils::MakeMaker::Config; use ExtUtils::MakeMaker::version; # ensure we always have our...perldoc.perl.org/ExtUtils::MakeMaker.txtRegistered: Fri Apr 04 16:40:27 UTC 2025 - 106.7K bytes - Viewed (0) -
Errno.txt
# -*- buffer-read-only: t -*- # # This file is auto-generated by ext/Errno/Errno_pm.PL. # ***ANY*** changes here will be lost. # package Errno; use Exporter 'import'; use strict; use Config; "$Conf...perldoc.perl.org/Errno.txtRegistered: Fri Apr 04 16:47:42 UTC 2025 - 6.7K bytes - Viewed (0) -
File::Basename.txt
=head1 NAME File::Basename - Parse file paths into directory, filename and suffix. =head1 SYNOPSIS use File::Basename; my ($name, $path, $suffix) = fileparse($fullname, @suffixlist); my $name = fil...perldoc.perl.org/File::Basename.txtRegistered: Fri Apr 04 18:52:52 UTC 2025 - 10.9K bytes - Viewed (0) -
File::Compare.txt
package File::Compare 1.1008; use v5.12; use warnings; use Exporter 'import'; our @EXPORT = qw(compare); our @EXPORT_OK = qw(cmp compare_text); our $Too_Big = 1024 * 1024 * 2; sub croak { require C...perldoc.perl.org/File::Compare.txtRegistered: Fri Apr 04 18:59:18 UTC 2025 - 4.2K bytes - Viewed (0)