- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 1,306 for label:perl (0.08 sec)
-
ExtUtils::Liblist.txt
package ExtUtils::Liblist; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use File::Spec; require ExtUtils::Liblist::Kid; our @ISA = qw(ExtUtils::Liblist::Kid File::Spec); # ...perldoc.perl.org/ExtUtils::Liblist.txtRegistered: Sun Apr 13 13:37:01 UTC 2025 - 9.3K bytes - Viewed (0) -
ExtUtils::Command::MM.txt
package ExtUtils::Command::MM; require 5.006; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(test_harness pod2man perllocal_install uninstall warn_if_old_pack...perldoc.perl.org/ExtUtils::Command::MM.txtRegistered: Sun Apr 13 16:08:24 UTC 2025 - 7.5K 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: Sun Apr 13 16:17:32 UTC 2025 - 4.2K bytes - Viewed (0) -
ExtUtils::Typemaps::Type.txt
package ExtUtils::Typemaps::Type; use 5.006001; use strict; use warnings; require ExtUtils::Typemaps; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a...perldoc.perl.org/ExtUtils::Typemaps::Type.txtRegistered: Sun Apr 13 17:05:29 UTC 2025 - 2K bytes - Viewed (0) -
Encode::KR::2022_KR.txt
package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...perldoc.perl.org/Encode::KR::2022_KR.txtRegistered: Sun Apr 13 09:36:54 UTC 2025 - 1.9K bytes - Viewed (0) -
ExtUtils::testlib.txt
package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Cwd; use File::Spec; # So the tests can chdir around and not break @INC. # We use getcwd() becau...perldoc.perl.org/ExtUtils::testlib.txtRegistered: Sun Apr 13 15:03:57 UTC 2025 - 911 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: Sun Apr 13 21:50:01 UTC 2025 - 27.4K 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: Sun Apr 13 21:29:56 UTC 2025 - 21.4K bytes - Viewed (0) -
File::Spec::Unix.txt
package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.91'; $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: Sun Apr 13 18:56:59 UTC 2025 - 15.5K bytes - Viewed (0) -
Memoize::Expire.txt
use strict; use warnings; package Memoize::Expire; our $VERSION = '1.16'; 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: Sun Apr 13 20:39:54 UTC 2025 - 10.6K bytes - Viewed (0)