- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 631 - 640 of 2,621 for host:perldoc.perl.org (0.06 sec)
-
ExtUtils::MM_OS2.txt
package ExtUtils::MM_OS2; use strict; use warnings; use ExtUtils::MakeMaker qw(neatvalue); use File::Spec; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM...perldoc.perl.org/ExtUtils::MM_OS2.txtRegistered: Sat Apr 26 12:05:39 UTC 2025 - 3.2K bytes - Viewed (0) -
ExtUtils::MM.txt
package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...perldoc.perl.org/ExtUtils::MM.txtRegistered: Sat Apr 26 11:50:49 UTC 2025 - 2.1K bytes - Viewed (0) -
Encode::Symbol.txt
package Encode::Symbol; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...perldoc.perl.org/Encode::Symbol.txtRegistered: Sat Apr 26 14:13:45 UTC 2025 - 847 bytes - Viewed (0) -
POSIX.txt
=head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...perldoc.perl.org/POSIX.txt Similar Results (1)Registered: Sun Apr 27 16:18:51 UTC 2025 - 83.3K bytes - Viewed (0) -
Pod::Simple::RTF.txt
package Pod::Simple::RTF; use strict; use warnings; #sub DEBUG () {4}; #sub Pod::Simple::DEBUG () {4}; #sub Pod::Simple::PullParser::DEBUG () {4}; our $VERSION = '3.45'; use Pod::Simple::PullParser...perldoc.perl.org/Pod::Simple::RTF.txtRegistered: Sun Apr 27 19:42:24 UTC 2025 - 22.9K 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: Sun Apr 27 18:21:22 UTC 2025 - 27.2K bytes - Viewed (0) -
Pod::Perldoc::ToMan.txt
require 5.006; package Pod::Perldoc::ToMan; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; use File::Spec::Functions qw(catfile); use Pod::...perldoc.perl.org/Pod::Perldoc::ToMan.txtRegistered: Sun Apr 27 19:58:37 UTC 2025 - 13.9K 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: Sun Apr 27 17:33:32 UTC 2025 - 6.4K 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: Sun Apr 27 18:44:55 UTC 2025 - 3.7K bytes - Viewed (0) -
Term::Table::Util.txt
package Term::Table::Util; use strict; use warnings; use Config qw/%Config/; our $VERSION = '0.018'; use base 'Exporter'; our @EXPORT_OK = qw/term_size USE_GCS USE_TERM_READKEY USE_TERM_SIZE_ANY un...perldoc.perl.org/Term::Table::Util.txtRegistered: Sun Apr 27 20:59:14 UTC 2025 - 4.1K bytes - Viewed (0)