- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 3,809 for filetype:txt (0.02 sec)
-
HTTP::Tiny.txt
# vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.088'; sub _croak { require Carp; Carp::croak(@_) } #p...perldoc.perl.org/HTTP::Tiny.txtRegistered: Fri Apr 04 17:39:53 UTC 2025 - 79.3K bytes - Viewed (0) -
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: Fri Apr 04 22:55:41 UTC 2025 - 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 Apr 05 01:16:59 UTC 2025 - 15.8K bytes - Viewed (0) -
ExtUtils::Command.txt
package ExtUtils::Command; use 5.00503; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix);...perldoc.perl.org/ExtUtils::Command.txtRegistered: Sat Apr 05 02:03:57 UTC 2025 - 7.6K bytes - Viewed (0) -
MIME::Base64.txt
package MIME::Base64; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_base64 decode_base64); our @EXPORT_OK = qw(encode_base64url decode_base64url encod...perldoc.perl.org/MIME::Base64.txtRegistered: Sat Apr 05 03:17:37 UTC 2025 - 5.3K 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: Fri Apr 04 21:32:23 UTC 2025 - 5.4K 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: Fri Apr 04 18:08:09 UTC 2025 - 2.2K bytes - Viewed (0) -
File::Spec::Epoc.txt
package File::Spec::Epoc; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require File::Spec::Unix; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Epoc - methods for Epoc file spe...perldoc.perl.org/File::Spec::Epoc.txtRegistered: Sat Apr 05 00:49:14 UTC 2025 - 1.5K bytes - Viewed (0) -
Locale::Maketext::Guts.txt
package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...perldoc.perl.org/Locale::Maketext::Guts.txtRegistered: Sat Apr 05 03:09:22 UTC 2025 - 451 bytes - Viewed (0) -
IO::Uncompress::Bunzip2.txt
package IO::Uncompress::Bunzip2 ; use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Uncompress::Base 2.212 ; use IO::Uncompress::Adapter::Bunzip2 2.21...perldoc.perl.org/IO::Uncompress::Bunzip2.txtRegistered: Sat Apr 05 06:08:41 UTC 2025 - 25.5K bytes - Viewed (0)