Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 611 - 620 of 3,449 for filetype:txt (0.16 sec)

  1. IO::Uncompress::Bunzip2.txt

    package IO::Uncompress::Bunzip2 ; use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.213 qw(:Status ); use IO::Uncompress::Base 2.213 ; use IO::Uncompress::Adapter::Bunzip2 2.21...
    perldoc.perl.org/IO::Uncompress::Bunzip2.txt
    Registered: Wed Aug 27 05:04:41 UTC 2025
    - 25.5K bytes
    - Viewed (0)
  2. IO::Compress::Bzip2.txt

    package IO::Compress::Bzip2 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::Base 2.213 ; use IO::Compress::Base::Common 2.213 qw(); use IO::Compress::Adapter::Bzip2 2.2...
    perldoc.perl.org/IO::Compress::Bzip2.txt
    Registered: Wed Aug 27 04:10:40 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  3. File::Spec::Mac.txt

    package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $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: Wed Aug 27 06:40:22 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  4. File::Glob.txt

    package File::Glob; use strict; our($DEFAULT_FLAGS); require XSLoader; # NOTE: The glob() export is only here for compatibility with 5.6.0. # csh_glob() should not be used directly, unless you know...
    perldoc.perl.org/File::Glob.txt
    Registered: Wed Aug 27 05:59:51 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  5. IO::Select.txt

    # IO::Select.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...
    perldoc.perl.org/IO::Select.txt
    Registered: Wed Aug 27 03:18:40 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  6. File::Spec::OS2.txt

    package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...
    perldoc.perl.org/File::Spec::OS2.txt
    Registered: Wed Aug 27 03:03:40 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  7. FindBin.txt

    # FindBin.pm # # Copyright (c) 1995 Graham Barr & Nick Ing-Simmons. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl its...
    perldoc.perl.org/FindBin.txt
    Registered: Wed Aug 27 04:40:54 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  8. File::Spec::Epoc.txt

    package File::Spec::Epoc; use strict; our $VERSION = '3.94'; $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: Wed Aug 27 06:33:13 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  9. constant.txt

    package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...
    perldoc.perl.org/constant.txt
    Registered: Tue Aug 26 10:35:51 UTC 2025
    - 14.4K bytes
    - Viewed (0)
  10. autodie.txt

    package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.37...
    perldoc.perl.org/autodie.txt
    Registered: Tue Aug 26 11:51:48 UTC 2025
    - 12.1K bytes
    - Viewed (0)
Back to top