- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2381 - 2390 of 2,621 for host:perldoc.perl.org (0.03 sec)
-
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) -
Pod::Perldoc::ToPod.txt
package Pod::Perldoc::ToPod; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_e...perldoc.perl.org/Pod::Perldoc::ToPod.txtRegistered: Mon Apr 21 07:10:42 UTC 2025 - 1.9K bytes - Viewed (0) -
Encode::EBCDIC.txt
package Encode::EBCDIC; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...perldoc.perl.org/Encode::EBCDIC.txtRegistered: Mon Apr 21 05:38:22 UTC 2025 - 865 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 Apr 21 09:41:11 UTC 2025 - 91K bytes - Viewed (0) -
Net::FTP.txt
# Net::FTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2017, 2020, 2022 Steve Hay. All rights reserved. # This module is free software; you can redistribut...perldoc.perl.org/Net::FTP.txtRegistered: Mon Apr 21 10:23:01 UTC 2025 - 51.5K bytes - Viewed (0)