Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1811 - 1820 of 3,417 for filetype:txt (0.06 sec)

  1. 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.txt
    Registered: Fri Feb 14 04:37:50 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Fri Feb 14 05:14:43 UTC 2025
    - 18.2K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Fri Feb 14 03:01:33 UTC 2025
    - 12.2K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Fri Feb 14 09:50:58 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Sat Feb 15 07:41:49 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Sat Feb 15 04:56:46 UTC 2025
    - 20.2K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Sat Feb 15 08:17:47 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Sat Feb 15 05:59:28 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Sat Feb 15 06:29:43 UTC 2025
    - 39.4K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sat Feb 15 07:26:11 UTC 2025
    - 9.7K bytes
    - Viewed (0)
Back to top