- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1191 - 1200 of 3,449 for filetype:txt (0.04 sec)
-
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.txtRegistered: Tue Aug 26 18:25:01 UTC 2025 - 1.9K bytes - Viewed (0) -
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.txtRegistered: Tue Aug 26 19:18:26 UTC 2025 - 907 bytes - Viewed (0) -
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.txtRegistered: Wed Aug 27 21:33:40 UTC 2025 - 253.6K bytes - Viewed (0) -
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.txtRegistered: Wed Aug 27 20:51:27 UTC 2025 - 21.1K bytes - Viewed (0) -
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.txtRegistered: Wed Aug 27 22:16:38 UTC 2025 - 20.5K bytes - Viewed (0) -
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.txtRegistered: Wed Aug 27 21:09:10 UTC 2025 - 18.5K bytes - Viewed (0) -
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.txtRegistered: Wed Aug 27 22:34:28 UTC 2025 - 40.6K bytes - Viewed (0) -
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.txtRegistered: Wed Aug 27 21:01:25 UTC 2025 - 9.7K bytes - Viewed (0) -
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.txtRegistered: Wed Aug 27 22:10:34 UTC 2025 - 4.6K bytes - Viewed (0) -
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.txtRegistered: Wed Aug 27 10:33:44 UTC 2025 - 3.2K bytes - Viewed (0)