Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 601 - 610 of 3,449 for filetype:txt (0.06 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. Term::ANSIColor.txt

    # Color screen output using ANSI escape sequences. # # This module provides utility functions (in two different forms) for coloring # output with ANSI escape sequences. # # This module is sometimes...
    perldoc.perl.org/Term::ANSIColor.txt
    Registered: Thu Aug 28 08:28:25 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  10. Test.txt

    require 5.004; package Test; use strict; use Carp; our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, $ntest, $TestLevel); #public-is our ($TESTOUT, $TESTERR, %Program_Lines, $told_about_diff, $ONFAIL, %tod...
    perldoc.perl.org/Test.txt
    Registered: Thu Aug 28 07:24:47 UTC 2025
    - 29.3K bytes
    - Viewed (0)
Back to top