- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 751 - 760 of 1,306 for label:perl (0.04 sec)
-
perlfilter.txt
=head1 NAME perlfilter - Source Filters =head1 DESCRIPTION This article is about a little-known feature of Perl called I<source filters>. Source filters alter the program text of a module before Pe...perldoc.perl.org/perlfilter.txtRegistered: Wed May 28 06:32:02 UTC 2025 - 21.7K bytes - Viewed (0) -
perlunifaq.txt
=head1 NAME perlunifaq - Perl Unicode FAQ =head1 Q and A This is a list of questions and answers about Unicode in Perl, intended to be read after L<perlunitut>. =head2 perlunitut isn't really a Uni...perldoc.perl.org/perlunifaq.txtRegistered: Wed May 28 05:12:34 UTC 2025 - 13.8K bytes - Viewed (0) -
perlstyle.txt
=head1 NAME perlstyle - Perl style guide =head1 DESCRIPTION Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that wil...perldoc.perl.org/perlstyle.txtRegistered: Wed May 28 05:27:18 UTC 2025 - 8.8K 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.txtRegistered: Sat May 31 10:18:51 UTC 2025 - 83.3K bytes - Viewed (0) -
Math::BigInt::Lib.txt
package Math::BigInt::Lib; use 5.006001; use strict; use warnings; our $VERSION = '2.003002'; $VERSION =~ tr/_//d; use Carp; use overload # overload key: with_assign '+' => sub { my $class = ref $_...perldoc.perl.org/Math::BigInt::Lib.txtRegistered: Sat May 31 13:15:30 UTC 2025 - 78.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: Sat May 31 09:44:14 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: Sat May 31 09:13:40 UTC 2025 - 3.7K bytes - Viewed (0) -
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 May 31 10:53:30 UTC 2025 - 3.3K 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: Sat May 31 13:08:41 UTC 2025 - 2.1K bytes - Viewed (0) -
Pod::Perldoc::ToANSI.txt
package 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: Sat May 31 12:07:00 UTC 2025 - 2.2K bytes - Viewed (0)