- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 531 - 540 of 2,621 for host:perldoc.perl.org (0.06 sec)
-
Module::Loaded.txt
package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...perldoc.perl.org/Module::Loaded.txtRegistered: Sat Apr 05 10:39:55 UTC 2025 - 3.3K bytes - Viewed (0) -
Locale::Maketext::GutsLoader.txt
package Locale::Maketext::GutsLoader; use Locale::Maketext; our $VERSION = '1.20'; sub zorp { return scalar @_ } =head1 NAME Locale::Maketext::GutsLoader - Deprecated module to load Locale::Maketex...perldoc.perl.org/Locale::Maketext::GutsLoader.txtRegistered: Sat Apr 05 11:50:15 UTC 2025 - 490 bytes - Viewed (0) -
IPC::Cmd.txt
package IPC::Cmd; use strict; BEGIN { use constant IS_VMS => $^O eq 'VMS' ? 1 : 0; use constant IS_WIN32 => $^O eq 'MSWin32' ? 1 : 0; use constant IS_HPUX => $^O eq 'hpux' ? 1 : 0; use constant IS_...perldoc.perl.org/IPC::Cmd.txtRegistered: Sat Apr 05 05:22:15 UTC 2025 - 66K bytes - Viewed (0) -
Net::hostent.txt
package Net::hostent 1.04; use v5.38; our ( $h_name, @h_aliases, $h_addrtype, $h_length, @h_addr_list, $h_addr ); use Exporter 'import'; our @EXPORT = qw(gethostbyname gethostbyaddr gethost); our @...perldoc.perl.org/Net::hostent.txtRegistered: Sat Apr 05 05:02:47 UTC 2025 - 3.9K bytes - Viewed (0) -
PerlIO::scalar.txt
package PerlIO::scalar; our $VERSION = '0.32'; 1; __END__ =head1 NAME PerlIO::scalar - in-memory IO, scalar IO =head1 SYNOPSIS my $scalar = ''; ... open my $fh, "<", \$scalar or die; open my $fh, "...perldoc.perl.org/PerlIO::scalar.txtRegistered: Sat Apr 05 06:41:52 UTC 2025 - 945 bytes - Viewed (0) -
Pod::Simple::PullParser.txt
package Pod::Simple::PullParser; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN {our @ISA = ('Pod::Simple')} use Carp (); use Pod::Simple::PullParserStartToken; use Pod::Simple::PullP...perldoc.perl.org/Pod::Simple::PullParser.txtRegistered: Sat Apr 05 14:19:34 UTC 2025 - 25.1K bytes - Viewed (0) -
Pod::Text::Color.txt
# Convert POD data to formatted color ASCII text # # This is just a basic proof of concept. It should later be modified to make # better use of color, take options changing what colors are used for...perldoc.perl.org/Pod::Text::Color.txtRegistered: Sat Apr 05 16:01:52 UTC 2025 - 6.4K bytes - Viewed (0) -
O.txt
package O; our $VERSION = '1.03'; use B (); our $BEGIN_output; our $saveout_fh; sub import { my ($class, @options) = @_; my ($quiet, $veryquiet) = (0, 0); if ($options[0] eq '-q' || $options[0] eq ...perldoc.perl.org/O.txtRegistered: Sat Apr 05 13:55:29 UTC 2025 - 4.2K bytes - Viewed (0) -
SDBM_File.txt
package SDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; our @EXPORT_OK = qw(PAGFEXT DIRFEXT PAIRMAX); use Exporter "import...perldoc.perl.org/SDBM_File.txtRegistered: Sat Apr 05 15:23:27 UTC 2025 - 3.7K bytes - Viewed (0) -
TAP::Parser::Result::Test.txt
package TAP::Parser::Result::Test; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Test - Test result token. =head1 VERSION Version 3.48 =cut our $VERSION...perldoc.perl.org/TAP::Parser::Result::Test.txtRegistered: Sat Apr 05 15:10:24 UTC 2025 - 5.9K bytes - Viewed (0)