- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1211 - 1220 of 1,306 for label:perl (0.03 sec)
-
File::GlobMapper.txt
package File::GlobMapper; use strict; use warnings; use Carp; our ($CSH_GLOB); BEGIN { if ($] < 5.006) { require File::BSDGlob; File::BSDGlob->import(':glob'); $CSH_GLOB = File::BSDGlob::GLOB_CSH()...perldoc.perl.org/File::GlobMapper.txtRegistered: Sun Apr 20 22:31:21 UTC 2025 - 15.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 Apr 21 00:21:32 UTC 2025 - 5.1K bytes - Viewed (0) -
Encode::JP::JIS7.txt
package Encode::JP::JIS7; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); for my $name ( '7bit-...perldoc.perl.org/Encode::JP::JIS7.txtRegistered: Mon Apr 21 00:31:58 UTC 2025 - 4.2K bytes - Viewed (0) -
Encode::JP.txt
package Encode::JP; BEGIN { if ( ord("A") == 193 ) { die "Encode::JP not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ...perldoc.perl.org/Encode::JP.txtRegistered: Mon Apr 21 00:44:54 UTC 2025 - 2.6K 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: Sun Apr 20 22:24:14 UTC 2025 - 2.3K bytes - Viewed (0) -
ExtUtils::MM_UWIN.txt
package ExtUtils::MM_UWIN; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_UWIN - U/WIN s...perldoc.perl.org/ExtUtils::MM_UWIN.txtRegistered: Mon Apr 21 02:18:55 UTC 2025 - 994 bytes - Viewed (0) -
ExtUtils::MM_BeOS.txt
package ExtUtils::MM_BeOS; use strict; use warnings; =head1 NAME ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_BeOS; # Done internal...perldoc.perl.org/ExtUtils::MM_BeOS.txtRegistered: Mon Apr 21 02:34:20 UTC 2025 - 1K bytes - Viewed (0) -
Fatal.txt
package Fatal; # ABSTRACT: Replace functions with equivalents which succeed or die use 5.008; # 5.8.x needed for autodie use Carp; use strict; use warnings; use Tie::RefHash; # To cache subroutine ...perldoc.perl.org/Fatal.txtRegistered: Mon Apr 21 04:33:56 UTC 2025 - 59.2K bytes - Viewed (0) -
File::Fetch.txt
package File::Fetch; use strict; use FileHandle; use File::Temp; use File::Copy; use File::Spec; use File::Spec::Unix; use File::Basename qw[dirname]; use Cwd qw[cwd]; use Carp qw[carp]; use IPC::C...perldoc.perl.org/File::Fetch.txtRegistered: Mon Apr 21 05:04:34 UTC 2025 - 46.2K 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 Apr 21 06:02:25 UTC 2025 - 14.1K bytes - Viewed (0)