- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1221 - 1230 of 1,306 for label:perl (0.03 sec)
-
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) -
Getopt::Std.txt
package Getopt::Std; use strict; use warnings; require Exporter; =head1 NAME Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS use Getopt::Std; getopts('oif:');...perldoc.perl.org/Getopt::Std.txtRegistered: Mon Apr 21 04:10:14 UTC 2025 - 8.9K bytes - Viewed (0) -
ExtUtils::MM_NW5.txt
package ExtUtils::MM_NW5; =head1 NAME ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if ...perldoc.perl.org/ExtUtils::MM_NW5.txtRegistered: Mon Apr 21 02:50:47 UTC 2025 - 5.4K bytes - Viewed (0) -
Pod::Perldoc::ToTk.txt
package Pod::Perldoc::ToTk; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_ex...perldoc.perl.org/Pod::Perldoc::ToTk.txtRegistered: Mon Apr 21 06:40:55 UTC 2025 - 3.9K bytes - Viewed (0) -
Encode::Byte.txt
package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_...perldoc.perl.org/Encode::Byte.txtRegistered: Mon Apr 21 03:11:37 UTC 2025 - 2.4K bytes - Viewed (0)