- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3121 - 3130 of 3,417 for filetype:txt (0.1 sec)
-
Encode::Unicode.txt
package Encode::Unicode; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.20 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__, $VERS...perldoc.perl.org/Encode::Unicode.txtRegistered: Fri Feb 14 13:51:53 UTC 2025 - 8.7K bytes - Viewed (0) -
ExtUtils::Constant::Utils.txt
package ExtUtils::Constant::Utils; use strict; use vars qw($VERSION @EXPORT_OK @ISA); use Carp; @ISA = 'Exporter'; @EXPORT_OK = qw(C_stringify perl_stringify); $VERSION = '0.04'; use constant is_pe...perldoc.perl.org/ExtUtils::Constant::Utils.txtRegistered: Fri Feb 14 14:06:19 UTC 2025 - 3.4K bytes - Viewed (0) -
Encode::CN.txt
package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN 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::CN.txtRegistered: Fri Feb 14 14:12:28 UTC 2025 - 2K bytes - Viewed (0) -
Encode::CJKConstants.txt
# # $Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::CJKConstants; use strict; use warnings; our $RCSID = q$Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp...perldoc.perl.org/Encode::CJKConstants.txtRegistered: Fri Feb 14 15:22:49 UTC 2025 - 1.6K bytes - Viewed (0) -
DBM_Filter::encode.txt
package DBM_Filter::encode ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Filter { my $encoding_name ...perldoc.perl.org/DBM_Filter::encode.txtRegistered: Fri Feb 14 15:16:18 UTC 2025 - 1.3K bytes - Viewed (0) -
ExtUtils::MM_UWIN.txt
package ExtUtils::MM_UWIN; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_UWIN - U/WIN s...perldoc.perl.org/ExtUtils::MM_UWIN.txtRegistered: Fri Feb 14 16:04:50 UTC 2025 - 994 bytes - Viewed (0) -
perlport.txt
=head1 NAME perlport - Writing portable Perl =head1 DESCRIPTION Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This docu...perldoc.perl.org/perlport.txtRegistered: Thu Feb 13 07:06:24 UTC 2025 - 87.4K bytes - Viewed (0) -
perlfaq4.txt
=head1 NAME perlfaq4 - Data Manipulation =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hash...perldoc.perl.org/perlfaq4.txtRegistered: Thu Feb 13 07:52:02 UTC 2025 - 91K bytes - Viewed (0) -
perlxs.txt
=head1 NAME perlxs - XS language reference manual =head1 DESCRIPTION =head2 Introduction XS is an interface description file format used to create an extension interface between Perl and C code (or...perldoc.perl.org/perlxs.txtRegistered: Thu Feb 13 05:20:22 UTC 2025 - 75.3K bytes - Viewed (0) -
perlsecpolicy.txt
=encoding utf-8 =for stopwords CVE perlsecpolicy SV perl Perl SDBM HackerOne Mitre =head1 NAME perlsecpolicy - Perl security report handling policy =head1 DESCRIPTION The Perl project takes securit...perldoc.perl.org/perlsecpolicy.txtRegistered: Thu Feb 13 08:46:30 UTC 2025 - 18.7K bytes - Viewed (0)