- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2451 - 2460 of 2,642 for host:perldoc.perl.org (0.03 sec)
-
Pod::Perldoc::ToText.txt
package Pod::Perldoc::ToText; 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_...perldoc.perl.org/Pod::Perldoc::ToText.txtRegistered: Sun Sep 14 05:39:31 UTC 2025 - 2.2K bytes - Viewed (0) -
TAP::Parser::Result::Bailout.txt
package TAP::Parser::Result::Bailout; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Bailout - Bailout result token. =head1 VERSION Version 3.50 =cut our...perldoc.perl.org/TAP::Parser::Result::Bailout.txtRegistered: Sun Sep 14 07:51:10 UTC 2025 - 1.1K 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: Sun Sep 14 12:31:37 UTC 2025 - 93.6K bytes - Viewed (0) -
Sys::Syslog.txt
package Sys::Syslog; use strict; use warnings; use warnings::register; use Carp; use Config; use Exporter (); use File::Basename; use POSIX qw< strftime setlocale LC_TIME >; use Socket qw< :all >; ...perldoc.perl.org/Sys::Syslog.txtRegistered: Sun Sep 14 09:22:15 UTC 2025 - 46.8K 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: Sun Sep 14 08:20:23 UTC 2025 - 4.2K bytes - Viewed (0) -
TAP::Parser::Multiplexer.txt
package TAP::Parser::Multiplexer; use strict; use warnings; use IO::Select; use Errno; use base 'TAP::Object'; use constant IS_WIN32 => $^O =~ /^(MS)?Win32$/; use constant IS_VMS => $^O eq 'VMS'; u...perldoc.perl.org/TAP::Parser::Multiplexer.txtRegistered: Sun Sep 14 10:12:14 UTC 2025 - 4.2K bytes - Viewed (0) -
Search::Dict.txt
package Search::Dict; use strict; use Exporter; BEGIN { if ("$]" >= 5.015008) { require feature; 'feature'->import('fc'); # string avoids warning on old Perls <sigh> } else { # ($) prototype, not (...perldoc.perl.org/Search::Dict.txtRegistered: Sun Sep 14 11:04:16 UTC 2025 - 3.2K bytes - Viewed (0) -
TAP::Object.txt
package TAP::Object; use strict; use warnings; =head1 NAME TAP::Object - Base class that provides common functionality to all C<TAP::*> modules =head1 VERSION Version 3.50 =cut our $VERSION = '3.50...perldoc.perl.org/TAP::Object.txtRegistered: Sun Sep 14 10:54:17 UTC 2025 - 2.6K bytes - Viewed (0) -
TAP::Base.txt
package TAP::Base; use strict; use warnings; use base 'TAP::Object'; =head1 NAME TAP::Base - Base class that provides common functionality to L<TAP::Parser> and L<TAP::Harness> =head1 VERSION Versi...perldoc.perl.org/TAP::Base.txtRegistered: Sun Sep 14 09:28:44 UTC 2025 - 2.2K bytes - Viewed (0) -
TAP::Parser::Iterator::Array.txt
package TAP::Parser::Iterator::Array; use strict; use warnings; use base 'TAP::Parser::Iterator'; =head1 NAME TAP::Parser::Iterator::Array - Iterator for array-based TAP sources =head1 VERSION Vers...perldoc.perl.org/TAP::Parser::Iterator::Array.txtRegistered: Sun Sep 14 12:42:31 UTC 2025 - 1.7K bytes - Viewed (0)