- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2721 - 2730 of 3,197 for filetype:txt (0.05 sec)
-
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: Sat Nov 16 20:59:11 UTC 2024 - 37.6K bytes - Viewed (0) -
File::stat.txt
package File::stat 1.14; use v5.38; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our ( $st_dev, $st_ino, $st_mode, $st_nlink,...perldoc.perl.org/File::stat.txtRegistered: Sun Nov 17 00:24:00 UTC 2024 - 9.9K bytes - Viewed (0) -
I18N::LangTags::Detect.txt
# Time-stamp: "2004-06-20 21:47:55 ADT" require 5; package I18N::LangTags::Detect; use strict; our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, $USE_LITERALS, $MATCH_SUPERS_TIGHTLY); BEGIN { unless(defin...perldoc.perl.org/I18N::LangTags::Detect.txtRegistered: Sat Nov 16 22:52:58 UTC 2024 - 6.5K 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: Sun Nov 17 00:45:49 UTC 2024 - 3.9K bytes - Viewed (0) -
NDBM_File.txt
package NDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; XSLoader::load(); 1; __END__ =head1 NAME NDBM_File - Tied access t...perldoc.perl.org/NDBM_File.txtRegistered: Sat Nov 16 23:49:43 UTC 2024 - 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: Tue Nov 19 23:36:54 UTC 2024 - 130.5K bytes - Viewed (0) -
perlhacktips.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhacktips.pod =head1 NAME perlhacktips - Tips for Perl core C code hacking =head1 DESC...perldoc.perl.org/perlhacktips.txtRegistered: Tue Nov 19 20:27:21 UTC 2024 - 74.4K bytes - Viewed (0) -
perlpodspec.txt
=encoding utf8 =head1 NAME perlpodspec - Plain Old Documentation: format specification and notes =head1 DESCRIPTION This document is detailed notes on the Pod markup language. Most people will only...perldoc.perl.org/perlpodspec.txtRegistered: Tue Nov 19 18:55:43 UTC 2024 - 67.3K bytes - Viewed (0) -
perlcall.txt
=head1 NAME perlcall - Perl calling conventions from C =head1 DESCRIPTION The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write I<callbacks>. ...perldoc.perl.org/perlcall.txtRegistered: Tue Nov 19 23:03:30 UTC 2024 - 55.7K bytes - Viewed (0) -
perlgit.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlgit.pod =head1 NAME perlgit - Detailed information about git and the Perl repository ...perldoc.perl.org/perlgit.txtRegistered: Tue Nov 19 21:08:31 UTC 2024 - 31K bytes - Viewed (0)