- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1811 - 1820 of 3,417 for filetype:txt (0.06 sec)
-
CPAN::Meta::History::Meta_1_3.txt
=for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_3 - Version 1.3 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...perldoc.perl.org/CPAN::Meta::History::Meta_1_3.txtRegistered: Fri Feb 14 04:37:50 UTC 2025 - 18.1K bytes - Viewed (0) -
App::Prove.txt
package App::Prove; use strict; use warnings; use TAP::Harness::Env; use Text::ParseWords qw(shellwords); use File::Spec; use Getopt::Long; use App::Prove::State; use Carp; use base 'TAP::Object'; ...perldoc.perl.org/App::Prove.txtRegistered: Fri Feb 14 05:14:43 UTC 2025 - 18.2K bytes - Viewed (0) -
B::Xref.txt
package B::Xref; our $VERSION = '1.07'; =head1 NAME B::Xref - Generates cross reference reports for Perl programs =head1 SYNOPSIS perl -MO=Xref[,OPTIONS] foo.pl =head1 DESCRIPTION The B::Xref modul...perldoc.perl.org/B::Xref.txtRegistered: Fri Feb 14 03:01:33 UTC 2025 - 12.2K bytes - Viewed (0) -
bytes.txt
package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...perldoc.perl.org/bytes.txtRegistered: Fri Feb 14 09:50:58 UTC 2025 - 3.8K bytes - Viewed (0) -
I18N::LangTags::List.txt
require 5; package I18N::LangTags::List; # Time-stamp: "2004-10-06 23:26:21 ADT" use strict; our (%Name, %Is_Disrec, $Debug); our $VERSION = '0.41'; # POD at the end. #--------- { # read the table ...perldoc.perl.org/I18N::LangTags::List.txtRegistered: Sat Feb 15 07:41:49 UTC 2025 - 28.1K bytes - Viewed (0) -
GDBM_File.txt
# GDBM_File.pm -- Perl 5 interface to GNU gdbm library. =head1 NAME GDBM_File - Perl5 access to the gdbm library. =head1 SYNOPSIS use GDBM_File; [$db =] tie %hash, 'GDBM_File', $filename, GDBM_WRCR...perldoc.perl.org/GDBM_File.txtRegistered: Sat Feb 15 04:56:46 UTC 2025 - 20.2K bytes - Viewed (0) -
NEXT.txt
package NEXT; use Carp; use strict; use warnings; use overload (); our $VERSION = '0.69'; sub NEXT::ELSEWHERE::ancestors { my @inlist = shift; my @outlist = (); while (my $next = shift @inlist) { p...perldoc.perl.org/NEXT.txtRegistered: Sat Feb 15 08:17:47 UTC 2025 - 18.5K bytes - Viewed (0) -
IPC::Open3.txt
package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.22'; our @EXPORT = q...perldoc.perl.org/IPC::Open3.txtRegistered: Sat Feb 15 05:59:28 UTC 2025 - 13.1K bytes - Viewed (0) -
Module::CoreList::Utils.txt
package Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20250118_40'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa...perldoc.perl.org/Module::CoreList::Utils.txtRegistered: Sat Feb 15 06:29:43 UTC 2025 - 39.4K bytes - Viewed (0) -
Net::libnetFAQ.txt
=head1 NAME libnetFAQ - libnet Frequently Asked Questions =head1 DESCRIPTION =head2 Where to get this document This document is distributed with the libnet distribution, and is also available on th...perldoc.perl.org/Net::libnetFAQ.txtRegistered: Sat Feb 15 07:26:11 UTC 2025 - 9.7K bytes - Viewed (0)