- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 581 - 590 of 2,629 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: Mon Jun 30 10:52:51 UTC 2025 - 3.3K bytes - Viewed (0) -
Pod::Perldoc::ToChecker.txt
package Pod::Perldoc::ToChecker; use strict; use warnings; use vars qw(@ISA); use vars qw($VERSION); $VERSION = '3.28'; # Pick our superclass... # eval 'require Pod::Simple::Checker'; if($@) { requ...perldoc.perl.org/Pod::Perldoc::ToChecker.txtRegistered: Mon Jun 30 11:31:37 UTC 2025 - 1.7K bytes - Viewed (0) -
Safe.txt
package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.46"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...perldoc.perl.org/Safe.txtRegistered: Mon Jun 30 19:51:37 UTC 2025 - 24.8K bytes - Viewed (0) -
$title
=pod =head1 NAME Pod::Simple::XHTML -- format Pod as validating XHTML =head1 SYNOPSIS use Pod::Simple::XHTML; my $parser = Pod::Simple::XHTML->new(); ... $parser->parse_file('path/to/file.pod'); =h...perldoc.perl.org/Pod::Simple::XHTML.txtRegistered: Mon Jun 30 14:48:53 UTC 2025 - 27.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: Mon Jun 30 19:42:29 UTC 2025 - 3.7K 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: Mon Jun 30 14:23:38 UTC 2025 - 3.9K bytes - Viewed (0) -
Sys::Hostname.txt
package Sys::Hostname; use strict; use Carp; use Exporter 'import'; our @EXPORT = qw/ hostname /; our $VERSION; use warnings (); our $host; BEGIN { $VERSION = '1.25'; { local $SIG{__DIE__}; eval { ...perldoc.perl.org/Sys::Hostname.txtRegistered: Mon Jun 30 17:54:51 UTC 2025 - 3.6K bytes - Viewed (0) -
Pod::Perldoc::ToRtf.txt
package Pod::Perldoc::ToRtf; use strict; use warnings; use parent qw( Pod::Simple::RTF ); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 0 } sub write_with_binmode { 0 } sub output_ext...perldoc.perl.org/Pod::Perldoc::ToRtf.txtRegistered: Mon Jun 30 19:11:19 UTC 2025 - 2.1K bytes - Viewed (0) -
$^L - Perldoc Browser
variables / $^L ( source , CPAN ) # IO::Handle->format_formfeed(EXPR) # $FORMAT_FORMFEED # $^L What formats output as...perldoc.perl.org/variables/$^LRegistered: Fri Jun 27 10:16:19 UTC 2025 - 15.5K bytes - Viewed (0) -
$_ - Perldoc Browser
variables / $_ ( source , CPAN ) # $ARG # $_ The default input and pattern-searching space. The following pairs are e...perldoc.perl.org/variables/$_Registered: Fri Jun 27 10:15:13 UTC 2025 - 16.8K bytes - Viewed (0)