Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 3,812 for filetype:txt (0.02 sec)

  1. Locale::Maketext.txt

    # Time-stamp: "2004-01-11 18:35:34 AST" =head1 NAME Locale::Maketext - framework for localization =head1 SYNOPSIS package MyProgram; use strict; use MyProgram::L10N; # ...which inherits from Locale...
    perldoc.perl.org/Locale::Maketext.txt
    Registered: Sun Apr 13 20:17:01 UTC 2025
    - 51.2K bytes
    - Viewed (0)
  2. IO::Uncompress::Bunzip2.txt

    package IO::Uncompress::Bunzip2 ; use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Uncompress::Base 2.212 ; use IO::Uncompress::Adapter::Bunzip2 2.21...
    perldoc.perl.org/IO::Uncompress::Bunzip2.txt
    Registered: Sun Apr 13 20:07:47 UTC 2025
    - 25.5K bytes
    - Viewed (0)
  3. IO::Compress::Bzip2.txt

    package IO::Compress::Bzip2 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::Base 2.212 ; use IO::Compress::Base::Common 2.212 qw(); use IO::Compress::Adapter::Bzip2 2.2...
    perldoc.perl.org/IO::Compress::Bzip2.txt
    Registered: Sun Apr 13 19:37:27 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  4. File::Spec::Mac.txt

    package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...
    perldoc.perl.org/File::Spec::Mac.txt
    Registered: Sun Apr 13 22:20:37 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  5. IO::Handle.txt

    package IO::Handle; =head1 NAME IO::Handle - supply object methods for I/O handles =head1 SYNOPSIS use IO::Handle; my $io = IO::Handle->new(); if ($io->fdopen(fileno(STDIN),"r")) { print $io->getli...
    perldoc.perl.org/IO::Handle.txt
    Registered: Sun Apr 13 18:59:38 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  6. MIME::Base64.txt

    package MIME::Base64; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_base64 decode_base64); our @EXPORT_OK = qw(encode_base64url decode_base64url encod...
    perldoc.perl.org/MIME::Base64.txt
    Registered: Sun Apr 13 20:24:25 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  7. File::Spec::Epoc.txt

    package File::Spec::Epoc; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require File::Spec::Unix; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Epoc - methods for Epoc file spe...
    perldoc.perl.org/File::Spec::Epoc.txt
    Registered: Sun Apr 13 19:09:10 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  8. Locale::Maketext::Guts.txt

    package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...
    perldoc.perl.org/Locale::Maketext::Guts.txt
    Registered: Sun Apr 13 21:06:20 UTC 2025
    - 451 bytes
    - Viewed (0)
  9. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/guide/memory_management/index.md # Original Wiki contributors fscholz SphinxKnight stefkiourk...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Memory_management/contributors.txt Similar Results (1)
    Registered: Wed Apr 16 01:20:15 UTC 2025
    - Last Modified: Fri Mar 07 00:45:20 UTC 2025
    - 630 bytes
    - Viewed (0)
  10. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/attribute/horiz-origin-y/index.md # Original Wiki contributors Sebastianz 182
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/horiz-origin-y/contributors.txt
    Registered: Wed Apr 16 01:20:15 UTC 2025
    - Last Modified: Wed Mar 19 00:46:41 UTC 2025
    - 182 bytes
    - Viewed (0)
Back to top