- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 226 for timestamp:[now/d-1d TO *] (0.02 sec)
-
ExtUtils::MM_Win32.txt
package ExtUtils::MM_Win32; use strict; use warnings; =head1 NAME ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_Win32; # Done inter...perldoc.perl.org/ExtUtils::MM_Win32.txtRegistered: Fri Jul 11 01:43:19 UTC 2025 - 17.1K bytes - Viewed (0) -
CPAN::Meta::Merge.txt
use strict; use warnings; package CPAN::Meta::Merge; our $VERSION = '2.150010'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use CPAN::Meta::Converter 2.141170; sub _is_identical { my ($left, ...perldoc.perl.org/CPAN::Meta::Merge.txtRegistered: Fri Jul 11 00:05:28 UTC 2025 - 8.9K bytes - Viewed (0) -
ExtUtils::MakeMaker::Tutorial.txt
package ExtUtils::MakeMaker::Tutorial; our $VERSION = '7.76'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MakeMaker::Tutorial - Writing a module with MakeMaker =head1 SYNOPSIS use ExtUtils::MakeMake...perldoc.perl.org/ExtUtils::MakeMaker::Tutorial.txtRegistered: Fri Jul 11 01:16:45 UTC 2025 - 5.4K bytes - Viewed (0) -
Config::Extensions.txt
package Config::Extensions; use strict; our (%Extensions, $VERSION, @ISA, @EXPORT_OK); use Config; require Exporter; $VERSION = '0.03'; @ISA = 'Exporter'; @EXPORT_OK = '%Extensions'; foreach my $ty...perldoc.perl.org/Config::Extensions.txtRegistered: Fri Jul 11 02:03:17 UTC 2025 - 1.3K 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 Jul 11 02:56:40 UTC 2025 - 953 bytes - Viewed (0) -
IO::Socket.txt
# IO::Socket.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl...perldoc.perl.org/IO::Socket.txtRegistered: Fri Jul 11 06:19:47 UTC 2025 - 27.7K 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 Jul 11 09:31:26 UTC 2025 - 27.4K 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 Jul 11 06:57:29 UTC 2025 - 10.9K 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 Jul 11 03:40:23 UTC 2025 - 6.7K bytes - Viewed (0) -
Getopt::Long::Parser.txt
#! perl # Parser.pm -- Getopt::Long object-oriented interface # Author : Johan Vromans # Created On : Thu Nov 9 10:37:00 2023 # Last Modified On: Tue Jun 11 13:17:57 2024 # Update Count : 16 # Stat...perldoc.perl.org/Getopt::Long::Parser.txtRegistered: Fri Jul 11 09:14:46 UTC 2025 - 3.9K bytes - Viewed (0)