- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2021 - 2030 of 3,197 for filetype:txt (0.08 sec)
-
IO::Uncompress::AnyUncompress.txt
package IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.212 (); use IO::Uncompress::Base 2.212 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...perldoc.perl.org/IO::Uncompress::AnyUncompress.txtRegistered: Sat Nov 16 19:51:47 UTC 2024 - 30.9K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 19:37:11 UTC 2024 - 20.2K 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: Sat Nov 16 20:32:15 UTC 2024 - 18.5K 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: Sat Nov 16 17:23:58 UTC 2024 - 9.7K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 18:10:16 UTC 2024 - 5.2K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 18:37:45 UTC 2024 - 4.3K 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: Sat Nov 16 20:02:23 UTC 2024 - 3.2K bytes - Viewed (0) -
Net::servent.txt
package Net::servent 1.04; use v5.38; our ( $s_name, @s_aliases, $s_port, $s_proto ); use Exporter 'import'; our @EXPORT = qw(getservbyname getservbyport getservent getserv); our @EXPORT_OK = qw( $...perldoc.perl.org/Net::servent.txtRegistered: Sat Nov 16 18:42:03 UTC 2024 - 3.3K bytes - Viewed (0) -
CPAN.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...perldoc.perl.org/CPAN.txtRegistered: Fri Nov 15 16:54:55 UTC 2024 - 144.4K bytes - Viewed (0) -
Test2.txt
package Test2; use strict; use warnings; our $VERSION = '1.302199'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2 - Framework for writing test tools that all work together. =head1 DESCRIPTION T...perldoc.perl.org/Test2.txtRegistered: Mon Nov 18 00:13:34 UTC 2024 - 6.2K bytes - Viewed (0)