Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 1,316 for label:perl (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. File::Spec::Cygwin.txt

    package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...
    perldoc.perl.org/File::Spec::Cygwin.txt
    Registered: Wed Aug 27 07:23:30 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  7. File::Spec::AmigaOS.txt

    package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...
    perldoc.perl.org/File::Spec::AmigaOS.txt
    Registered: Wed Aug 27 09:49:56 UTC 2025
    - 982 bytes
    - Viewed (0)
  8. TAP::Harness.txt

    package TAP::Harness; use strict; use warnings; use Carp; use File::Spec; use File::Path; use IO::Handle; use base 'TAP::Base'; =head1 NAME TAP::Harness - Run test scripts with statistics =head1 VE...
    perldoc.perl.org/TAP::Harness.txt
    Registered: Thu Aug 28 09:06:36 UTC 2025
    - 29K bytes
    - Viewed (0)
  9. Pod::Html::Util.txt

    package Pod::Html::Util; use strict; use Exporter 'import'; our $VERSION = 1.35; # Please keep in synch with lib/Pod/Html.pm $VERSION = eval $VERSION; our @EXPORT_OK = qw( anchorify html_escape htm...
    perldoc.perl.org/Pod::Html::Util.txt
    Registered: Thu Aug 28 06:58:20 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  10. TAP::Parser::YAMLish::Reader.txt

    package TAP::Parser::YAMLish::Reader; use strict; use warnings; use base 'TAP::Object'; our $VERSION = '3.50'; # No EBCDIC support on early perls *to_native = (ord "A" == 65 || $] < 5.008) ? sub { ...
    perldoc.perl.org/TAP::Parser::YAMLish::Reader.txt
    Registered: Thu Aug 28 07:17:41 UTC 2025
    - 8.1K bytes
    - Viewed (0)
Back to top