Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1191 - 1200 of 3,449 for filetype:txt (0.04 sec)

  1. Encode::KR.txt

    package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::KR.txt
    Registered: Tue Aug 26 18:25:01 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. ExtUtils::MM_QNX.txt

    package ExtUtils::MM_QNX; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_QNX - QNX speci...
    perldoc.perl.org/ExtUtils::MM_QNX.txt
    Registered: Tue Aug 26 19:18:26 UTC 2025
    - 907 bytes
    - Viewed (0)
  3. Math::BigFloat.txt

    package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...
    perldoc.perl.org/Math::BigFloat.txt
    Registered: Wed Aug 27 21:33:40 UTC 2025
    - 253.6K 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: Wed Aug 27 20:51:27 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  5. 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: Wed Aug 27 22:16:38 UTC 2025
    - 20.5K bytes
    - Viewed (0)
  6. NEXT.txt

    package NEXT; use Carp; use strict; use warnings; use overload (); our $VERSION = '0.69'; sub NEXT::ELSEWHERE::ancestors { my @inlist = shift; my @outlist = (); while (my $next = shift @inlist) { p...
    perldoc.perl.org/NEXT.txt
    Registered: Wed Aug 27 21:09:10 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  7. Module::CoreList::Utils.txt

    package Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20250702'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa(__...
    perldoc.perl.org/Module::CoreList::Utils.txt
    Registered: Wed Aug 27 22:34:28 UTC 2025
    - 40.6K bytes
    - Viewed (0)
  8. 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: Wed Aug 27 21:01:25 UTC 2025
    - 9.7K bytes
    - Viewed (0)
  9. 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: Wed Aug 27 22:10:34 UTC 2025
    - 4.6K 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: Wed Aug 27 10:33:44 UTC 2025
    - 3.2K bytes
    - Viewed (0)
Back to top