Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1171 - 1180 of 3,449 for filetype:txt (0.05 sec)

  1. Encode::MIME::Name.txt

    package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...
    perldoc.perl.org/Encode::MIME::Name.txt
    Registered: Tue Aug 26 22:15:24 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  2. ExtUtils::MM_Darwin.txt

    package ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.76'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...
    perldoc.perl.org/ExtUtils::MM_Darwin.txt
    Registered: Tue Aug 26 22:36:52 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. ExtUtils::MM_Win95.txt

    package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...
    perldoc.perl.org/ExtUtils::MM_Win95.txt
    Registered: Wed Aug 27 00:26:38 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. 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: Wed Aug 27 08:34:34 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  5. IO::Uncompress::RawInflate.txt

    package IO::Uncompress::RawInflate ; # for RFC1951 use strict ; use warnings; use bytes; use Compress::Raw::Zlib 2.213 ; use IO::Compress::Base::Common 2.213 qw(:Status ); use IO::Uncompress::Base ...
    perldoc.perl.org/IO::Uncompress::RawInflate.txt
    Registered: Wed Aug 27 09:57:33 UTC 2025
    - 31.7K bytes
    - Viewed (0)
  6. IO::Uncompress::AnyUncompress.txt

    package IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.213 (); use IO::Uncompress::Base 2.213 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...
    perldoc.perl.org/IO::Uncompress::AnyUncompress.txt
    Registered: Wed Aug 27 09:19:21 UTC 2025
    - 30.9K bytes
    - Viewed (0)
  7. 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: Wed Aug 27 07:56:40 UTC 2025
    - 20.2K bytes
    - Viewed (0)
  8. IO::Socket::INET.txt

    # IO::Socket::INET.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms a...
    perldoc.perl.org/IO::Socket::INET.txt
    Registered: Wed Aug 27 08:39:10 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  9. File::DosGlob.txt

    #!perl -w # # Documentation at the __END__ # package File::DosGlob; our $VERSION = '1.12'; use strict; use warnings; require XSLoader; XSLoader::load(); sub doglob { my $cond = shift; my @retval = ...
    perldoc.perl.org/File::DosGlob.txt
    Registered: Wed Aug 27 07:49:51 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  10. IO::Poll.txt

    # IO::Poll.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...
    perldoc.perl.org/IO::Poll.txt
    Registered: Wed Aug 27 09:11:19 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top