- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 281 for timestamp:[now/d-7d TO *] (0.09 sec)
-
Math::BigInt.txt
# -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...perldoc.perl.org/Math::BigInt.txtRegistered: Fri Jul 18 12:44:03 UTC 2025 - 318.6K 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 Jul 18 02:16:16 UTC 2025 - 106.9K bytes - Viewed (0) -
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 18 01:56:42 UTC 2025 - 17.1K 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 18 01:40:21 UTC 2025 - 10.9K bytes - Viewed (0) -
ExtUtils::Typemaps::Type.txt
package ExtUtils::Typemaps::Type; use 5.006001; use strict; use warnings; require ExtUtils::Typemaps; our $VERSION = '3.57'; =head1 NAME ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a...perldoc.perl.org/ExtUtils::Typemaps::Type.txtRegistered: Fri Jul 18 01:31:00 UTC 2025 - 2.1K bytes - Viewed (0) -
ExtUtils::MY.txt
package ExtUtils::MY; use strict; require ExtUtils::MM; our $VERSION = '7.76'; $VERSION =~ tr/_//d; our @ISA = qw(ExtUtils::MM); { package MY; our @ISA = qw(ExtUtils::MY); } sub DESTROY {} =head1 N...perldoc.perl.org/ExtUtils::MY.txtRegistered: Fri Jul 18 02:02:30 UTC 2025 - 678 bytes - Viewed (0) -
ExtUtils::Install.txt
package ExtUtils::Install; use strict; use Config qw(%Config); use Cwd qw(cwd); use Exporter (); use File::Basename qw(dirname); use File::Copy; use File::Path; use File::Spec; our @ISA = ('Exporte...perldoc.perl.org/ExtUtils::Install.txtRegistered: Fri Jul 18 04:52:21 UTC 2025 - 40K 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 18 10:05:32 UTC 2025 - 24.8K bytes - Viewed (0) -
Math::Trig.txt
# # Trigonometric functions, mostly inherited from Math::Complex. # -- Jarkko Hietaniemi, since April 1997 # -- Raphael Manfredi, September 1996 (indirectly: because of Math::Complex) # package Mat...perldoc.perl.org/Math::Trig.txtRegistered: Fri Jul 18 08:37:27 UTC 2025 - 21.4K 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 18 08:52:03 UTC 2025 - 15.5K bytes - Viewed (0)