- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2581 - 2590 of 3,463 for filetype:txt (0.04 sec)
-
blib.txt
package blib; =head1 NAME blib - Use MakeMaker's uninstalled version of a package =head1 SYNOPSIS perl -Mblib script [args...] perl -Mblib=dir script [args...] =head1 DESCRIPTION Looks for MakeMake...perldoc.perl.org/blib.txtRegistered: Mon Jun 16 23:26:43 UTC 2025 - 2K bytes - Viewed (0) -
perlmodlib.txt
-*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by pod/perlmodlib.PL extracting documentation from the Perl source files. Any changes made here will ...perldoc.perl.org/perlmodlib.txtRegistered: Mon Jun 16 16:53:34 UTC 2025 - 66.3K bytes - Viewed (0) -
perlrequick.txt
=head1 NAME perlrequick - Perl regular expressions quick start =head1 DESCRIPTION This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. =hea...perldoc.perl.org/perlrequick.txtRegistered: Mon Jun 16 16:08:01 UTC 2025 - 18.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: Wed Jun 18 23:52:40 UTC 2025 - 83.3K bytes - Viewed (0) -
Pod::Perldoc.txt
use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...perldoc.perl.org/Pod::Perldoc.txtRegistered: Wed Jun 18 23:22:14 UTC 2025 - 63.1K bytes - Viewed (0) -
File::Find.txt
package File::Find; use 5.006; use strict; use warnings; use warnings::register; use Exporter 'import'; require Cwd; require File::Basename; require File::Spec; our $VERSION = '1.44'; our @EXPORT =...perldoc.perl.org/File::Find.txtRegistered: Wed Jun 18 20:07:35 UTC 2025 - 36.6K bytes - Viewed (0) -
IO::Uncompress::Base.txt
package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.212'; use constant G_EOF => 0 ; use ...perldoc.perl.org/IO::Uncompress::Base.txtRegistered: Wed Jun 18 21:44:37 UTC 2025 - 37.6K bytes - Viewed (0) -
Filter::Simple.txt
package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...perldoc.perl.org/Filter::Simple.txtRegistered: Wed Jun 18 21:50:53 UTC 2025 - 23.4K bytes - Viewed (0) -
ExtUtils::Packlist.txt
package ExtUtils::Packlist; use strict; use Carp qw(); use Config; our $Relocations; our $VERSION = '2.22'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be a...perldoc.perl.org/ExtUtils::Packlist.txtRegistered: Wed Jun 18 19:52:59 UTC 2025 - 8.3K bytes - Viewed (0) -
Pod::Simple::PullParserTextToken.txt
package 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: Wed Jun 18 22:58:52 UTC 2025 - 3.3K bytes - Viewed (0)