- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1431 - 1440 of 2,621 for host:perldoc.perl.org (0.03 sec)
-
Net::servent.txt
package Net::servent 1.04; use v5.38; our ( $s_name, @s_aliases, $s_port, $s_proto ); use Exporter 'import'; our @EXPORT = qw(getservbyname getservbyport getservent getserv); our @EXPORT_OK = qw( $...perldoc.perl.org/Net::servent.txtRegistered: Mon Apr 21 12:48:46 UTC 2025 - 3.3K bytes - Viewed (0) -
Pod::Simple::PullParserEndToken.txt
package Pod::Simple::PullParserEndToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(ta...perldoc.perl.org/Pod::Simple::PullParserEndToken.txtRegistered: Mon Apr 21 14:48:36 UTC 2025 - 2.8K bytes - Viewed (0) -
Pod::ParseLink.txt
# Parse an L<> formatting code in POD text. # # This module implements parsing of the text of an L<> formatting code as # defined in perlpodspec. It should be suitable for any POD formatter. It # e...perldoc.perl.org/Pod::ParseLink.txtRegistered: Sat Apr 05 21:21:10 UTC 2025 - 6.3K bytes - Viewed (0) -
Pod::Simple::XMLOutStream.txt
package Pod::Simple::XMLOutStream; 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::XMLOutStream.txtRegistered: Sat Apr 05 18:42:43 UTC 2025 - 4.5K bytes - Viewed (0) -
Pod::Simple::Debug.txt
package Pod::Simple::Debug; use strict; our $VERSION = '3.45'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value) = @_[1,2]; ($variable, $value)...perldoc.perl.org/Pod::Simple::Debug.txtRegistered: Sat Apr 05 22:12:48 UTC 2025 - 4.5K bytes - Viewed (0) -
Pod::Simple::PullParserToken.txt
package Pod::Simple::PullParserToken; # Base class for tokens gotten from Pod::Simple::PullParser's $parser->get_token our @ISA = (); our $VERSION = '3.45'; use strict; sub new { # Class->new('type...perldoc.perl.org/Pod::Simple::PullParserToken.txtRegistered: Sat Apr 05 20:16:40 UTC 2025 - 3.9K bytes - Viewed (0) -
TAP::Parser::SourceHandler::Executable.txt
package TAP::Parser::SourceHandler::Executable; use strict; use warnings; use File::Spec; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Process (); use base 'TAP::Parser::SourceHa...perldoc.perl.org/TAP::Parser::SourceHandler::Executable.txtRegistered: Sat Apr 05 22:40:22 UTC 2025 - 4K bytes - Viewed (0) -
TAP::Parser::Iterator.txt
package TAP::Parser::Iterator; use strict; use warnings; use base 'TAP::Object'; =head1 NAME TAP::Parser::Iterator - Base class for TAP source iterators =head1 VERSION Version 3.48 =cut our $VERSIO...perldoc.perl.org/TAP::Parser::Iterator.txtRegistered: Sat Apr 05 23:09:14 UTC 2025 - 2.9K bytes - Viewed (0) -
TAP::Parser::Result::Version.txt
package TAP::Parser::Result::Version; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Version - TAP syntax version token. =head1 VERSION Version 3.48 =cut...perldoc.perl.org/TAP::Parser::Result::Version.txtRegistered: Sat Apr 05 23:45:44 UTC 2025 - 946 bytes - Viewed (0) -
SelectSaver.txt
package SelectSaver; our $VERSION = '1.02'; =head1 NAME SelectSaver - save and restore selected file handle =head1 SYNOPSIS use SelectSaver; { my $saver = SelectSaver->new(FILEHANDLE); # FILEHANDLE...perldoc.perl.org/SelectSaver.txtRegistered: Sat Apr 05 15:32:19 UTC 2025 - 1.1K bytes - Viewed (0)