Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 1,316 for label:perl (0.06 sec)

  1. Memoize::AnyDBM_File.txt

    use strict; use warnings; package Memoize::AnyDBM_File; our $VERSION = '1.17'; our @ISA = qw(DB_File GDBM_File Memoize::NDBM_File SDBM_File ODBM_File) unless @ISA; for my $mod (@ISA) { if (eval "re...
    perldoc.perl.org/Memoize::AnyDBM_File.txt
    Registered: Fri Sep 05 06:51:38 UTC 2025
    - 886 bytes
    - Viewed (0)
  2. IO::Compress.txt

    package IO::Compress; our $VERSION = '2.213' ; =head1 NAME IO::Compress - read/write compressed data in multiple formats =head1 DESCRIPTION This is a stub module. It contains no code. =head1 AUTHOR...
    perldoc.perl.org/IO::Compress.txt
    Registered: Thu Sep 04 20:20:33 UTC 2025
    - 436 bytes
    - Viewed (0)
  3. 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: Fri Sep 05 10:18:23 UTC 2025
    - 31.7K bytes
    - Viewed (0)
  4. Net::POP3.txt

    # Net::POP3.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::POP3.txt
    Registered: Fri Sep 05 07:55:47 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  5. 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: Fri Sep 05 08:31:40 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  6. Net::Netrc.txt

    # Net::Netrc.pm # # Copyright (C) 1995-1998 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it...
    perldoc.perl.org/Net::Netrc.txt
    Registered: Fri Sep 05 07:47:19 UTC 2025
    - 8K bytes
    - Viewed (0)
  7. Perl::OSType.txt

    use strict; use warnings; package Perl::OSType; # ABSTRACT: Map Perl operating system names to generic types our $VERSION = '1.010'; require Exporter; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( ...
    perldoc.perl.org/Perl::OSType.txt
    Registered: Fri Sep 05 07:14:22 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  8. Pod::Simple::Text.txt

    package Pod::Simple::Text; use strict; use warnings; use Carp (); use Pod::Simple::Methody (); use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple::Methody'); BEGIN { *DEBUG = defin...
    perldoc.perl.org/Pod::Simple::Text.txt
    Registered: Fri Sep 05 12:04:43 UTC 2025
    - 5K bytes
    - Viewed (0)
  9. Net::netent.txt

    package Net::netent 1.02; use v5.38; our ( $n_name, @n_aliases, $n_addrtype, $n_net ); use Exporter 'import'; our @EXPORT = qw(getnetbyname getnetbyaddr getnet); our @EXPORT_OK = qw( $n_name @n_ali...
    perldoc.perl.org/Net::netent.txt
    Registered: Fri Sep 05 08:53:56 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  10. Pod::Simple::Methody.txt

    package Pod::Simple::Methody; use strict; use warnings; use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple'); # Yes, we could use named variables, but I want this to be impose # as...
    perldoc.perl.org/Pod::Simple::Methody.txt
    Registered: Fri Sep 05 08:11:46 UTC 2025
    - 3.5K bytes
    - Viewed (0)
Back to top