- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 711 - 720 of 2,642 for host:perldoc.perl.org (0.12 sec)
-
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: Fri Sep 05 07:43:59 UTC 2025 - 51.5K bytes - Viewed (0) -
ExtUtils::Constant::Base.txt
package ExtUtils::Constant::Base; use strict; use vars qw($VERSION); use Carp; use Text::Wrap; use ExtUtils::Constant::Utils qw(C_stringify perl_stringify); $VERSION = '0.07'; use constant is_perl5...perldoc.perl.org/ExtUtils::Constant::Base.txtRegistered: Fri Sep 05 04:00:34 UTC 2025 - 32.5K bytes - Viewed (0) -
Net::Domain.txt
# Net::Domain.pm # # Copyright (C) 1995-1998 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute i...perldoc.perl.org/Net::Domain.txtRegistered: Fri Sep 05 07:32:12 UTC 2025 - 8.6K bytes - Viewed (0) -
Pod::Simple::LinkSection.txt
package Pod::Simple::LinkSection; # Based somewhat dimly on Array::Autojoin use strict; use warnings; use Pod::Simple::BlackBox; our $VERSION = '3.45'; use overload( # So it'll stringify nice '""' ...perldoc.perl.org/Pod::Simple::LinkSection.txtRegistered: Fri Sep 05 08:06:18 UTC 2025 - 4.2K bytes - Viewed (0) -
ExtUtils::MM_Cygwin.txt
package ExtUtils::MM_Cygwin; use strict; use warnings; use ExtUtils::MakeMaker::Config; use File::Spec; require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); ou...perldoc.perl.org/ExtUtils::MM_Cygwin.txtRegistered: Fri Sep 05 04:24:40 UTC 2025 - 4K 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: Fri Sep 05 04:41:43 UTC 2025 - 2.6K bytes - Viewed (0) -
ExtUtils::MM_MacOS.txt
package ExtUtils::MM_MacOS; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; sub new { die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; } =head1 NAME ExtUtils...perldoc.perl.org/ExtUtils::MM_MacOS.txtRegistered: Fri Sep 05 04:33:30 UTC 2025 - 901 bytes - Viewed (0) -
Encode::Guess.txt
package Encode::Guess; use strict; use warnings; use Encode qw(:fallbacks find_encoding); our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; my $Canon ...perldoc.perl.org/Encode::Guess.txtRegistered: Thu Sep 04 17:42:17 UTC 2025 - 9.9K bytes - Viewed (0) -
App::Prove::State.txt
package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...perldoc.perl.org/App::Prove::State.txtRegistered: Thu Sep 04 11:34:54 UTC 2025 - 11.4K 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: Thu Sep 04 17:07:57 UTC 2025 - 8.9K bytes - Viewed (0)