- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1911 - 1920 of 2,642 for host:perldoc.perl.org (0.03 sec)
-
perl584delta - what is new for perl v5.8.4 - Pe...
perl584delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Core Enhancements Malloc wrapping Unico...perldoc.perl.org/perl584deltaRegistered: Fri Sep 12 12:06:51 UTC 2025 - 29.2K bytes - Viewed (0) -
perl581delta - what is new for perl v5.8.1 - Pe...
perl581delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Hash Randomisation UTF-8 On Filehandles...perldoc.perl.org/perl581deltaRegistered: Fri Sep 12 12:06:55 UTC 2025 - 77.4K bytes - Viewed (0) -
File::Temp.txt
package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...perldoc.perl.org/File::Temp.txtRegistered: Sat Sep 13 16:52:50 UTC 2025 - 116.1K bytes - Viewed (0) -
JSON::PP.txt
package JSON::PP; # JSON-2.0 use 5.008; use strict; use Exporter (); BEGIN { our @ISA = ('Exporter') } use overload (); use JSON::PP::Boolean; use Carp (); use Scalar::Util qw(blessed reftype refad...perldoc.perl.org/JSON::PP.txtRegistered: Sat Sep 13 15:52:29 UTC 2025 - 98.2K bytes - Viewed (0) -
Math::BigInt::Calc.txt
package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '2.005002'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...perldoc.perl.org/Math::BigInt::Calc.txtRegistered: Sat Sep 13 16:21:57 UTC 2025 - 74.3K 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: Sat Sep 13 17:01:53 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: Sat Sep 13 15:09:21 UTC 2025 - 15.5K bytes - Viewed (0) -
Memoize::Expire.txt
use strict; use warnings; package Memoize::Expire; our $VERSION = '1.17'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...perldoc.perl.org/Memoize::Expire.txtRegistered: Sat Sep 13 16:14:37 UTC 2025 - 10.6K bytes - Viewed (0) -
ExtUtils::Liblist.txt
package ExtUtils::Liblist; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use File::Spec; require ExtUtils::Liblist::Kid; our @ISA = qw(ExtUtils::Liblist::Kid File::Spec); # ...perldoc.perl.org/ExtUtils::Liblist.txtRegistered: Sat Sep 13 14:12:12 UTC 2025 - 9.3K bytes - Viewed (0) -
IO.txt
# package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.55"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...perldoc.perl.org/IO.txtRegistered: Sat Sep 13 15:32:04 UTC 2025 - 1.4K bytes - Viewed (0)