- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 901 - 910 of 2,612 for host:perldoc.perl.org (0.26 sec)
- 
				Pod::Simple::SimpleTree.txtpackage Pod::Simple::SimpleTree; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined &...perldoc.perl.org/Pod::Simple::SimpleTree.txtRegistered: Thu Oct 30 09:53:50 UTC 2025 - 4.5K bytes - Viewed (0)
- 
				Pod::Simple::Methody.txtpackage Pod::Simple::Methody; use strict; use warnings; use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple'); # Yes, we could use named variables, but I want this to be impose # as...perldoc.perl.org/Pod::Simple::Methody.txtRegistered: Thu Oct 30 09:27:27 UTC 2025 - 3.5K bytes - Viewed (0)
- 
				MIME::QuotedPrint.txtpackage MIME::QuotedPrint; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_qp decode_qp); our $VERSION = '3.16_01'; use MIME::Base64; # will load XS ver...perldoc.perl.org/MIME::QuotedPrint.txtRegistered: Thu Oct 30 06:49:57 UTC 2025 - 3.2K bytes - Viewed (0)
- 
				TAP::Formatter::Console::Session.txtpackage TAP::Formatter::Console::Session; use strict; use warnings; use base 'TAP::Formatter::Session'; my @ACCESSOR; BEGIN { my @CLOSURE_BINDING = qw( header result clear_for_close close_test ); f...perldoc.perl.org/TAP::Formatter::Console::Session.txtRegistered: Thu Oct 30 09:06:58 UTC 2025 - 5.4K bytes - Viewed (0)
- 
				TAP::Parser::Result::Comment.txtpackage TAP::Parser::Result::Comment; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Comment - Comment result token. =head1 VERSION Version 3.50 =cut our...perldoc.perl.org/TAP::Parser::Result::Comment.txtRegistered: Thu Oct 30 12:01:57 UTC 2025 - 986 bytes - Viewed (0)
- 
				CPAN::Meta::Spec.txt# XXX RULES FOR PATCHING THIS FILE XXX # Patches that fix typos or formatting are acceptable. Patches # that change semantics are not acceptable without prior approval # by David Golden or Ricardo ...perldoc.perl.org/CPAN::Meta::Spec.txtRegistered: Tue Oct 28 19:34:12 UTC 2025 - 36.1K bytes - Viewed (0)
- 
				IO::Uncompress::RawInflate.txtpackage IO::Uncompress::RawInflate ; # for RFC1951 use strict ; use warnings; use bytes; use Compress::Raw::Zlib 2.213 ; use IO::Compress::Base::Common 2.213 qw(:Status ); use IO::Uncompress::Base ...perldoc.perl.org/IO::Uncompress::RawInflate.txtRegistered: Wed Oct 29 21:54:20 UTC 2025 - 31.7K bytes - Viewed (0)
- 
				Module::CoreList::Utils.txtpackage Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20250702'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa(__...perldoc.perl.org/Module::CoreList::Utils.txtRegistered: Wed Oct 29 23:02:11 UTC 2025 - 40.6K bytes - Viewed (0)
- 
				Net::libnetFAQ.txt=head1 NAME libnetFAQ - libnet Frequently Asked Questions =head1 DESCRIPTION =head2 Where to get this document This document is distributed with the libnet distribution, and is also available on th...perldoc.perl.org/Net::libnetFAQ.txtRegistered: Wed Oct 29 23:48:15 UTC 2025 - 9.7K bytes - Viewed (0)
- 
				File::DosGlob.txt#!perl -w # # Documentation at the __END__ # package File::DosGlob; our $VERSION = '1.12'; use strict; use warnings; require XSLoader; XSLoader::load(); sub doglob { my $cond = shift; my @retval = ...perldoc.perl.org/File::DosGlob.txtRegistered: Wed Oct 29 21:46:30 UTC 2025 - 7.8K bytes - Viewed (0)