- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3251 - 3260 of 3,417 for filetype:txt (0.08 sec)
-
perlcygwin.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see F<pod/perlpod.pod>) which is specially designed to be readable as is....perldoc.perl.org/perlcygwin.txtRegistered: Thu Feb 13 11:07:44 UTC 2025 - 25.5K bytes - Viewed (0) -
perltru64.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perltru64.txtRegistered: Thu Feb 13 10:24:54 UTC 2025 - 8.3K bytes - Viewed (0) -
perl5244delta.txt
=encoding utf8 =head1 NAME perl5244delta - what is new for perl v5.24.4 =head1 DESCRIPTION This document describes differences between the 5.24.3 release and the 5.24.4 release. If you are upgradin...perldoc.perl.org/perl5244delta.txtRegistered: Thu Feb 13 12:03:32 UTC 2025 - 4.4K bytes - Viewed (0) -
Fatal.txt
package Fatal; # ABSTRACT: Replace functions with equivalents which succeed or die use 5.008; # 5.8.x needed for autodie use Carp; use strict; use warnings; use Tie::RefHash; # To cache subroutine ...perldoc.perl.org/Fatal.txtRegistered: Fri Feb 14 14:26:41 UTC 2025 - 59.2K bytes - Viewed (0) -
Data::Dumper.txt
# # Data/Dumper.pm # # convert perl data structures into perl syntax suitable for both printing # and eval # # Documentation at the __END__ # package Data::Dumper; use strict; use warnings; #$| = 1...perldoc.perl.org/Data::Dumper.txtRegistered: Fri Feb 14 15:45:15 UTC 2025 - 45.2K bytes - Viewed (0) -
File::Fetch.txt
package File::Fetch; use strict; use FileHandle; use File::Temp; use File::Copy; use File::Spec; use File::Spec::Unix; use File::Basename qw[dirname]; use Cwd qw[cwd]; use Carp qw[carp]; use IPC::C...perldoc.perl.org/File::Fetch.txtRegistered: Fri Feb 14 14:33:28 UTC 2025 - 46.2K bytes - Viewed (0) -
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)