- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3131 - 3140 of 5,856 for content_length:[0 TO 9999] (0.08 sec)
-
Encode::CN::HZ.txt
package Encode::CN::HZ; use strict; use warnings; use utf8 (); use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fa...perldoc.perl.org/Encode::CN::HZ.txtRegistered: Thu Nov 07 18:35:23 UTC 2024 - 5.9K bytes - Viewed (0) -
CPAN::Meta::Feature.txt
use 5.006; use strict; use warnings; package CPAN::Meta::Feature; our $VERSION = '2.150010'; use CPAN::Meta::Prereqs; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Feature object describes an opt...perldoc.perl.org/CPAN::Meta::Feature.txtRegistered: Thu Nov 07 18:01:17 UTC 2024 - 3.3K bytes - Viewed (0) -
blib.txt
package blib; =head1 NAME blib - Use MakeMaker's uninstalled version of a package =head1 SYNOPSIS perl -Mblib script [args...] perl -Mblib=dir script [args...] =head1 DESCRIPTION Looks for MakeMake...perldoc.perl.org/blib.txtRegistered: Thu Nov 07 15:07:35 UTC 2024 - 2K bytes - Viewed (0) -
perl5142delta.txt
=encoding utf8 =head1 NAME perl5142delta - what is new for perl v5.14.2 =head1 DESCRIPTION This document describes differences between the 5.14.1 release and the 5.14.2 release. If you are upgradin...perldoc.perl.org/perl5142delta.txtRegistered: Thu Nov 07 04:59:59 UTC 2024 - 6.7K bytes - Viewed (0) -
perl586delta.txt
=head1 NAME perl586delta - what is new for perl v5.8.6 =head1 DESCRIPTION This document describes differences between the 5.8.5 release and the 5.8.6 release. =head1 Incompatible Changes There are ...perldoc.perl.org/perl586delta.txtRegistered: Thu Nov 07 05:05:15 UTC 2024 - 4.5K bytes - Viewed (0) -
if.txt
package if; use strict; our $VERSION = '0.0610'; sub work { my $method = shift() ? 'import' : 'unimport'; unless (@_ >= 2) { my $type = ($method eq 'import') ? 'use' : 'no'; die "Too few arguments ...perldoc.perl.org/if.txtRegistered: Thu Nov 07 09:16:19 UTC 2024 - 3.5K bytes - Viewed (0) -
podchecker.txt
#!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-2...perldoc.perl.org/podchecker.txtRegistered: Thu Nov 07 07:44:24 UTC 2024 - 3.7K bytes - Viewed (0) -
perllinux.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 specifically designed to be readable as is....perldoc.perl.org/perllinux.txtRegistered: Thu Nov 07 05:10:35 UTC 2024 - 2K bytes - Viewed (0) -
Devel::SelfStubber.txt
package Devel::SelfStubber; use File::Spec; require SelfLoader; @ISA = qw(SelfLoader); @EXPORT = 'AUTOLOAD'; $JUST_STUBS = 1; $VERSION = 1.06; sub Version {$VERSION} # Use as # perl -e 'use Devel::...perldoc.perl.org/Devel::SelfStubber.txtRegistered: Thu Nov 07 19:56:12 UTC 2024 - 4.8K bytes - Viewed (0) -
ExtUtils::MM.txt
package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...perldoc.perl.org/ExtUtils::MM.txtRegistered: Thu Nov 07 19:38:55 UTC 2024 - 2.1K bytes - Viewed (0)