Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1461 - 1470 of 3,598 for filetype:txt (3.92 sec)

  1. IO::File.txt

    # package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...
    perldoc.perl.org/IO::File.txt
    Registered: Tue Dec 09 08:48:11 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  2. ODBM_File.txt

    package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.20"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...
    perldoc.perl.org/ODBM_File.txt
    Registered: Tue Dec 09 05:11:12 UTC 2025
    - 3K bytes
    - Viewed (0)
  3. Getopt::Long::Parser.txt

    #! perl # Parser.pm -- Getopt::Long object-oriented interface # Author : Johan Vromans # Created On : Thu Nov 9 10:37:00 2023 # Last Modified On: Tue Jun 11 13:17:57 2024 # Update Count : 16 # Stat...
    perldoc.perl.org/Getopt::Long::Parser.txt
    Registered: Tue Dec 09 04:53:27 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  4. IO.txt

    # package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.55"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...
    perldoc.perl.org/IO.txt
    Registered: Tue Dec 09 04:38:29 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. PerlIO::encoding.txt

    package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...
    perldoc.perl.org/PerlIO::encoding.txt
    Registered: Tue Dec 09 08:17:03 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  6. Memoize::Storable.txt

    use strict; use warnings; package Memoize::Storable; our $VERSION = '1.17'; use Storable 1.002 (); # for lock_* function variants our $Verbose; sub TIEHASH { my $package = shift; my $filename = shi...
    perldoc.perl.org/Memoize::Storable.txt
    Registered: Tue Dec 09 06:34:17 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  7. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/attribute/edgemode/index.md # Original Wiki contributors Sebastianz kydrost Jeremie 192
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/edgeMode/contributors.txt
    Registered: Fri Dec 12 01:21:52 UTC 2025
    - Last Modified: Tue Aug 19 16:05:12 UTC 2025
    - 192 bytes
    - Viewed (0)
  8. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/attribute/elevation/index.md # Original Wiki contributors Sebastianz Jeremie 185
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/elevation/contributors.txt
    Registered: Fri Dec 12 01:21:56 UTC 2025
    - Last Modified: Tue Aug 19 16:05:12 UTC 2025
    - 185 bytes
    - Viewed (0)
  9. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/element/femergenode/index.md # Original Wiki contributors fscholz anytimecoder abbycar iwa...
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feMergeNode/contributors.txt
    Registered: Fri Dec 12 01:21:46 UTC 2025
    - Last Modified: Tue Aug 19 16:05:21 UTC 2025
    - 245 bytes
    - Viewed (0)
  10. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/int32array/index.md # Original Wiki contributors mfuji09 fscholz Kon...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array/contributors.txt
    Registered: Fri Dec 12 01:22:26 UTC 2025
    - Last Modified: Tue Aug 19 16:04:16 UTC 2025
    - 313 bytes
    - Viewed (0)
Back to top