Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1421 - 1430 of 2,621 for host:perldoc.perl.org (0.08 sec)

  1. Encode::MIME::Name.txt

    package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...
    perldoc.perl.org/Encode::MIME::Name.txt
    Registered: Mon Apr 21 05:16:35 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  2. ExtUtils::MM_Win95.txt

    package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...
    perldoc.perl.org/ExtUtils::MM_Win95.txt
    Registered: Mon Apr 21 05:24:39 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  3. File::Spec::AmigaOS.txt

    package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $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: Mon Apr 21 01:35:20 UTC 2025
    - 982 bytes
    - Viewed (0)
  4. Net::Cmd.txt

    # Net::Cmd.pm # # Copyright (C) 1995-2006 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020, 2022 Steve Hay. All rights reserved. # This module is free software; you can redistribut...
    perldoc.perl.org/Net::Cmd.txt
    Registered: Mon Apr 21 10:49:11 UTC 2025
    - 20.5K bytes
    - Viewed (0)
  5. Module::CoreList::Utils.txt

    package Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20250413_40'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa...
    perldoc.perl.org/Module::CoreList::Utils.txt
    Registered: Mon Apr 21 16:42:46 UTC 2025
    - 40K bytes
    - Viewed (0)
  6. Net::libnetFAQ.txt

    =head1 NAME libnetFAQ - libnet Frequently Asked Questions =head1 DESCRIPTION =head2 Where to get this document This document is distributed with the libnet distribution, and is also available on th...
    perldoc.perl.org/Net::libnetFAQ.txt
    Registered: Mon Apr 21 10:02:54 UTC 2025
    - 9.7K 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: Mon Apr 21 13:15:36 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  8. IO::Dir.txt

    # IO::Dir.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 it...
    perldoc.perl.org/IO::Dir.txt
    Registered: Mon Apr 21 11:18:26 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  9. 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: Mon Apr 21 16:57:33 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  10. MIME::QuotedPrint.txt

    package MIME::QuotedPrint; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_qp decode_qp); our $VERSION = '3.16_01'; use MIME::Base64; # will load XS ver...
    perldoc.perl.org/MIME::QuotedPrint.txt
    Registered: Mon Apr 21 11:40:50 UTC 2025
    - 3.2K bytes
    - Viewed (0)
Back to top