- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 871 - 880 of 2,612 for host:perldoc.perl.org (0.13 sec)
- 
				App::Prove.txtpackage App::Prove; use strict; use warnings; use TAP::Harness::Env; use Text::ParseWords qw(shellwords); use File::Spec; use Getopt::Long; use App::Prove::State; use Carp; use base 'TAP::Object'; ...perldoc.perl.org/App::Prove.txtRegistered: Tue Oct 28 11:05:22 UTC 2025 - 18.2K bytes - Viewed (0)
- 
				B::Xref.txtpackage B::Xref; our $VERSION = '1.07'; =head1 NAME B::Xref - Generates cross reference reports for Perl programs =head1 SYNOPSIS perl -MO=Xref[,OPTIONS] foo.pl =head1 DESCRIPTION The B::Xref modul...perldoc.perl.org/B::Xref.txtRegistered: Tue Oct 28 09:07:57 UTC 2025 - 12.2K bytes - Viewed (0)
- 
				Digest::MD5.txtpackage Digest::MD5; use strict; use warnings; our $VERSION = '2.59'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest::b...perldoc.perl.org/Digest::MD5.txtRegistered: Tue Oct 28 14:46:54 UTC 2025 - 10.8K bytes - Viewed (0)
- 
				fields.txtuse 5.008; package fields; use strict; no strict 'refs'; unless( eval {require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::carp(@_); } } our...perldoc.perl.org/fields.txtRegistered: Tue Oct 28 10:14:26 UTC 2025 - 9.2K bytes - Viewed (0)
- 
				encoding::warnings.txtpackage encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...perldoc.perl.org/encoding::warnings.txtRegistered: Tue Oct 28 08:51:42 UTC 2025 - 7K bytes - Viewed (0)
- 
				parent.txtpackage parent; use strict; our $VERSION = '0.244'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { l...perldoc.perl.org/parent.txtRegistered: Tue Oct 28 07:54:21 UTC 2025 - 2.7K bytes - Viewed (0)
- 
				Encode::KR.txtpackage Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::KR.txtRegistered: Tue Oct 28 17:50:46 UTC 2025 - 1.9K bytes - Viewed (0)
- 
				TAP::Harness.txtpackage TAP::Harness; use strict; use warnings; use Carp; use File::Spec; use File::Path; use IO::Handle; use base 'TAP::Base'; =head1 NAME TAP::Harness - Run test scripts with statistics =head1 VE...perldoc.perl.org/TAP::Harness.txtRegistered: Thu Oct 30 17:34:28 UTC 2025 - 29K bytes - Viewed (0)
- 
				Pod::Simple.txt=head1 NAME Pod::Simple - framework for parsing Pod =head1 SYNOPSIS TODO =head1 DESCRIPTION Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language tha...perldoc.perl.org/Pod::Simple.txtRegistered: Thu Oct 30 14:42:30 UTC 2025 - 14.8K bytes - Viewed (0)
- 
				TAP::Parser::Grammar.txtpackage TAP::Parser::Grammar; use strict; use warnings; use TAP::Parser::ResultFactory (); use TAP::Parser::YAMLish::Reader (); use base 'TAP::Object'; =head1 NAME TAP::Parser::Grammar - A grammar ...perldoc.perl.org/TAP::Parser::Grammar.txtRegistered: Thu Oct 30 12:26:25 UTC 2025 - 15.4K bytes - Viewed (0)