- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4471 - 4480 of 6,206 for content_length:[0 TO 9999] (0.1 sec)
-
CPAN::Meta::History::Meta_1_0.txt
=for :stopwords DOAP RDF =head1 NAME CPAN::Meta::History::Meta_1_0 - Version 1.0 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.0 specification for F<...perldoc.perl.org/CPAN::Meta::History::Meta_1_0.txtRegistered: Fri Nov 15 18:01:00 UTC 2024 - 6.6K bytes - Viewed (0) -
CPAN::Meta::History.txt
# vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...perldoc.perl.org/CPAN::Meta::History.txtRegistered: Fri Nov 15 20:58:55 UTC 2024 - 5.2K bytes - Viewed (0) -
open.txt
package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...perldoc.perl.org/open.txtRegistered: Sat Nov 16 00:06:44 UTC 2024 - 8.3K bytes - Viewed (0) -
lib.txt
package lib; # THIS FILE IS AUTOMATICALLY GENERATED FROM lib_pm.PL. # ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN BY THE NEXT PERL BUILD. use Config; use strict; my $archname = $Config{archname}; ...perldoc.perl.org/lib.txtRegistered: Fri Nov 15 22:46:51 UTC 2024 - 6K bytes - Viewed (0) -
vmsish.txt
package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...perldoc.perl.org/vmsish.txtRegistered: Fri Nov 15 23:39:45 UTC 2024 - 4.2K bytes - Viewed (0) -
CPAN::API::HOWTO.txt
=head1 NAME CPAN::API::HOWTO - a recipe book for programming with CPAN.pm =head1 RECIPES All of these recipes assume that you have put "use CPAN" at the top of your program. =head2 What distributio...perldoc.perl.org/CPAN::API::HOWTO.txtRegistered: Sat Nov 16 01:07:38 UTC 2024 - 1K bytes - Viewed (0) -
Encode::JP.txt
package Encode::JP; BEGIN { if ( ord("A") == 193 ) { die "Encode::JP not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ...perldoc.perl.org/Encode::JP.txtRegistered: Sat Nov 16 10:30:27 UTC 2024 - 2.6K bytes - Viewed (0) -
ExtUtils::MM_MacOS.txt
package ExtUtils::MM_MacOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; sub new { die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; } =head1 NAME ExtUtils...perldoc.perl.org/ExtUtils::MM_MacOS.txtRegistered: Sat Nov 16 11:10:22 UTC 2024 - 901 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: Sat Nov 16 12:16:59 UTC 2024 - 994 bytes - Viewed (0) -
%{^HOOK}.txt
=over =item %{^HOOK} X<%{^HOOK}> This hash contains coderefs which are called when various perl keywords which are hard or impossible to wrap are called. The keys of this hash are named after the k...perldoc.perl.org/variables/%{^HOOK}.txtRegistered: Sun Nov 10 22:46:34 UTC 2024 - 3K bytes - Viewed (0)