- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2061 - 2070 of 3,463 for filetype:txt (0.04 sec)
-
POSIX.txt
=head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...perldoc.perl.org/POSIX.txtRegistered: Mon Jun 09 15:14:50 UTC 2025 - 83.3K bytes - Viewed (0) -
Net::Ping.txt
package Net::Ping; require 5.002; require Exporter; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION $def_timeout $def_proto $def_factor $def_family $max_datasize $pingstring $hires $source...perldoc.perl.org/Net::Ping.txtRegistered: Mon Jun 09 16:14:21 UTC 2025 - 82.1K bytes - Viewed (0) -
Locale::Maketext::TPJ13.txt
# This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =head1 NAME Locale::Maketext::TPJ13 -- article about software localization =head1 SYNOPS...perldoc.perl.org/Locale::Maketext::TPJ13.txtRegistered: Mon Jun 09 13:17:26 UTC 2025 - 35.3K bytes - Viewed (0) -
IO::Uncompress::Base.txt
package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.212'; use constant G_EOF => 0 ; use ...perldoc.perl.org/IO::Uncompress::Base.txtRegistered: Mon Jun 09 12:45:42 UTC 2025 - 37.6K bytes - Viewed (0) -
Pod::Simple::RTF.txt
package Pod::Simple::RTF; use strict; use warnings; #sub DEBUG () {4}; #sub Pod::Simple::DEBUG () {4}; #sub Pod::Simple::PullParser::DEBUG () {4}; our $VERSION = '3.45'; use Pod::Simple::PullParser...perldoc.perl.org/Pod::Simple::RTF.txtRegistered: Mon Jun 09 16:07:17 UTC 2025 - 22.9K bytes - Viewed (0) -
Net::hostent.txt
package Net::hostent 1.04; use v5.38; our ( $h_name, @h_aliases, $h_addrtype, $h_length, @h_addr_list, $h_addr ); use Exporter 'import'; our @EXPORT = qw(gethostbyname gethostbyaddr gethost); our @...perldoc.perl.org/Net::hostent.txtRegistered: Mon Jun 09 14:37:56 UTC 2025 - 3.9K bytes - Viewed (0) -
Module::Loaded.txt
package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...perldoc.perl.org/Module::Loaded.txtRegistered: Mon Jun 09 11:20:55 UTC 2025 - 3.3K bytes - Viewed (0) -
perl5160delta.txt
=encoding utf8 =head1 NAME perl5160delta - what is new for perl v5.16.0 =head1 DESCRIPTION This document describes differences between the 5.14.0 release and the 5.16.0 release. If you are upgradin...perldoc.perl.org/perl5160delta.txtRegistered: Fri Jun 13 01:21:14 UTC 2025 - 130.5K bytes - Viewed (0) -
perl5100delta.txt
=encoding utf8 =head1 NAME perl5100delta - what is new for perl 5.10.0 =head1 DESCRIPTION This document describes the differences between the 5.8.8 release and the 5.10.0 release. Many of the bug f...perldoc.perl.org/perl5100delta.txtRegistered: Fri Jun 13 00:22:46 UTC 2025 - 54.6K bytes - Viewed (0) -
perl5201delta.txt
=encoding utf8 =head1 NAME perl5201delta - what is new for perl v5.20.1 =head1 DESCRIPTION This document describes differences between the 5.20.0 release and the 5.20.1 release. If you are upgradin...perldoc.perl.org/perl5201delta.txtRegistered: Fri Jun 13 02:59:50 UTC 2025 - 10.5K bytes - Viewed (0)