- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 791 - 800 of 2,612 for host:perldoc.perl.org (0.03 sec)
- 
				Locale::Maketext::TPJ13.txt# This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =head1 NAME Locale::Maketext::TPJ13 -- article about software localization =head1 SYNOPS...perldoc.perl.org/Locale::Maketext::TPJ13.txtRegistered: Thu Oct 30 05:50:01 UTC 2025 - 35.3K bytes - Viewed (0)
- 
				Safe.txtpackage Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.47"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...perldoc.perl.org/Safe.txtRegistered: Thu Oct 30 10:01:35 UTC 2025 - 24.8K bytes - Viewed (0)
- 
				Pod::Simple::RTF.txtpackage 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: Thu Oct 30 09:45:46 UTC 2025 - 22.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: Thu Oct 30 08:42:59 UTC 2025 - 6.5K bytes - Viewed (0)
- 
				O.txtpackage 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: Thu Oct 30 06:33:34 UTC 2025 - 4.2K bytes - Viewed (0)
- 
				Pod::Simple::PullParserTextToken.txtpackage Pod::Simple::PullParserTextToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(t...perldoc.perl.org/Pod::Simple::PullParserTextToken.txtRegistered: Thu Oct 30 09:39:10 UTC 2025 - 3.3K bytes - Viewed (0)
- 
				Pod::Perldoc::ToANSI.txtpackage Pod::Perldoc::ToANSI; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...perldoc.perl.org/Pod::Perldoc::ToANSI.txtRegistered: Thu Oct 30 07:08:25 UTC 2025 - 2.2K 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: Thu Oct 30 13:35:16 UTC 2025 - 27.2K bytes - Viewed (0)
- 
				Pod::Simple::PullParser.txtpackage 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: Thu Oct 30 11:44:24 UTC 2025 - 25.1K bytes - Viewed (0)
- 
				TAP::Parser::Iterator::Process.txtpackage TAP::Parser::Iterator::Process; use strict; use warnings; use Config; use IO::Handle; use base 'TAP::Parser::Iterator'; my $IS_WIN32 = ( $^O =~ /^(MS)?Win32$/ ); =head1 NAME TAP::Parser::It...perldoc.perl.org/TAP::Parser::Iterator::Process.txtRegistered: Thu Oct 30 11:34:58 UTC 2025 - 9.1K bytes - Viewed (0)