- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1061 - 1070 of 3,197 for filetype:txt (0.04 sec)
-
ExtUtils::MakeMaker::FAQ.txt
package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txtRegistered: Sat Nov 16 05:48:22 UTC 2024 - 19.8K bytes - Viewed (0) -
File::Copy.txt
# File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...perldoc.perl.org/File::Copy.txtRegistered: Sat Nov 16 04:36:22 UTC 2024 - 15.8K bytes - Viewed (0) -
Digest.txt
package Digest; use strict; use warnings; our $VERSION = "1.20"; our %MMAP = ( "SHA-1" => [ [ "Digest::SHA", 1 ], "Digest::SHA1", [ "Digest::SHA2", 1 ] ], "SHA-224" => [ [ "Digest::SHA", 224 ] ], "...perldoc.perl.org/Digest.txtRegistered: Sat Nov 16 04:06:56 UTC 2024 - 11K bytes - Viewed (0) -
Encode::GSM0338.txt
# # $Id: GSM0338.pm,v 2.10 2021/05/24 10:56:53 dankogai Exp $ # package Encode::GSM0338; use strict; use warnings; use Carp; use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /...perldoc.perl.org/Encode::GSM0338.txtRegistered: Sat Nov 16 04:03:22 UTC 2024 - 12.7K bytes - Viewed (0) -
ExtUtils::Miniperl.txt
#!./perl -w package ExtUtils::Miniperl; use strict; use Exporter 'import'; use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body); our @EXPORT = qw(writemain); our $VERSION = '1.14'; # blead ...perldoc.perl.org/ExtUtils::Miniperl.txtRegistered: Sat Nov 16 03:22:40 UTC 2024 - 6.9K bytes - Viewed (0) -
Env.txt
package Env; our $VERSION = '1.06'; =head1 NAME Env - perl module that imports environment variables as scalars or arrays =head1 SYNOPSIS use Env; use Env qw(PATH HOME TERM); use Env qw($SHELL @LD_...perldoc.perl.org/Env.txtRegistered: Sat Nov 16 04:24:13 UTC 2024 - 5.4K bytes - Viewed (0) -
CPAN::Version.txt
package CPAN::Version; use strict; use vars qw($VERSION); $VERSION = "5.5003"; # CPAN::Version::vcmp courtesy Jost Krieger sub vcmp { my($self,$l,$r) = @_; local($^W) = 0; CPAN->debug("l[$l] r[$r]"...perldoc.perl.org/CPAN::Version.txtRegistered: Sat Nov 16 04:42:27 UTC 2024 - 4.3K bytes - Viewed (0) -
Encode::TW.txt
package Encode::TW; BEGIN { if ( ord("A") == 193 ) { die "Encode::TW 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::TW.txtRegistered: Sat Nov 16 04:15:11 UTC 2024 - 2.2K bytes - Viewed (0) -
Test2::AsyncSubtest.txt
package Test2::AsyncSubtest; use strict; use warnings; use Test2::IPC; our $VERSION = '0.000162'; our @CARP_NOT = qw/Test2::Util::HashBase/; use Carp qw/croak cluck confess/; use Test2::Util qw/get...perldoc.perl.org/Test2::AsyncSubtest.txtRegistered: Mon Nov 18 00:00:40 UTC 2024 - 19.1K bytes - Viewed (0) -
Test2::Manual::Anatomy::Event.txt
package Test2::Manual::Anatomy::Event; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::Event - The internals of events =head1 DESCRIPTION Events ...perldoc.perl.org/Test2::Manual::Anatomy::Event.txtRegistered: Mon Nov 18 01:01:48 UTC 2024 - 12.4K bytes - Viewed (0)