- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1001 - 1010 of 1,306 for label:perl (0.03 sec)
-
Params::Check.txt
package Params::Check; use strict; use Carp qw[carp croak]; use Locale::Maketext::Simple Style => 'gettext'; BEGIN { use Exporter (); use vars qw[ @ISA $VERSION @EXPORT_OK $VERBOSE $ALLOW_UNKNOWN $...perldoc.perl.org/Params::Check.txtRegistered: Mon May 05 15:29:32 UTC 2025 - 18.9K bytes - Viewed (0) -
I18N::Langinfo.txt
package I18N::Langinfo; use 5.006; use strict; use warnings; use Carp; use Exporter 'import'; require XSLoader; our @EXPORT = qw(langinfo); our @EXPORT_OK = qw( ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDA...perldoc.perl.org/I18N::Langinfo.txtRegistered: Mon May 05 14:44:02 UTC 2025 - 14.1K bytes - Viewed (0) -
Math::BigInt::FastCalc.txt
package Math::BigInt::FastCalc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Calc 1.999801; BEGIN { our @ISA = qw< Math::BigInt::Calc >; } our $VERSION = '0....perldoc.perl.org/Math::BigInt::FastCalc.txtRegistered: Mon May 05 09:16:32 UTC 2025 - 6.3K bytes - Viewed (0) -
ExtUtils::PL2Bat.txt
package ExtUtils::PL2Bat; $ExtUtils::PL2Bat::VERSION = '0.005'; use strict; use warnings; use 5.006; use Config; use Carp qw/croak/; # In core, we can't use any other modules except those that alre...perldoc.perl.org/ExtUtils::PL2Bat.txtRegistered: Mon May 05 10:45:53 UTC 2025 - 5.1K bytes - Viewed (0) -
IO::Seekable.txt
# package IO::Seekable; =head1 NAME IO::Seekable - supply seek based methods for I/O objects =head1 SYNOPSIS use IO::Seekable; package IO::Something; @ISA = qw(IO::Seekable); =head1 DESCRIPTION C<I...perldoc.perl.org/IO::Seekable.txtRegistered: Mon May 05 09:30:40 UTC 2025 - 2.8K bytes - Viewed (0) -
Search::Dict.txt
package Search::Dict; require 5.000; require Exporter; my $fc_available; BEGIN { $fc_available = '5.015008'; if ( $] ge $fc_available ) { require feature; 'feature'->import('fc'); # string avoids w...perldoc.perl.org/Search::Dict.txtRegistered: Mon May 05 15:44:17 UTC 2025 - 3.3K bytes - Viewed (0) -
ExtUtils::ParseXS::Eval.txt
package ExtUtils::ParseXS::Eval; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::ParseXS::Eval - Clean package to evaluate code in =head1 SYNOPSIS use ExtUtils::ParseXS::Eval...perldoc.perl.org/ExtUtils::ParseXS::Eval.txtRegistered: Mon May 05 10:23:58 UTC 2025 - 2.3K bytes - Viewed (0) -
List::Util::XS.txt
package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.63"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was comp...perldoc.perl.org/List::Util::XS.txtRegistered: Mon May 05 09:21:04 UTC 2025 - 1018 bytes - Viewed (0) -
Pod::Man.txt
# Convert POD data to formatted *roff input. # # This module translates POD documentation into *roff markup using the man # macro set, and is intended for converting POD documents written as Unix #...perldoc.perl.org/Pod::Man.txtRegistered: Mon May 05 22:08:48 UTC 2025 - 91K bytes - Viewed (0) -
Storable.txt
# # Copyright (c) 1995-2001, Raphael Manfredi # Copyright (c) 2002-2014 by the Perl 5 Porters # Copyright (c) 2015-2016 cPanel Inc # Copyright (c) 2017 Reini Urban # # You may redistribute only und...perldoc.perl.org/Storable.txtRegistered: Mon May 05 15:51:36 UTC 2025 - 49.3K bytes - Viewed (0)