- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3121 - 3130 of 5,843 for content_length:[0 TO 9999] (0.16 sec)
-
mro.txt
# mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...perldoc.perl.org/mro.txtRegistered: Thu Nov 07 15:47:26 UTC 2024 - 9.6K bytes - Viewed (0) -
stable.txt
package stable; $stable::VERSION = '0.033'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...perldoc.perl.org/stable.txtRegistered: Thu Nov 07 17:32:39 UTC 2024 - 4.7K bytes - Viewed (0) -
locale.txt
package locale; use strict; use warnings; our $VERSION = '1.12'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...perldoc.perl.org/locale.txtRegistered: Thu Nov 07 14:05:20 UTC 2024 - 5K bytes - Viewed (0) -
App::Prove::State::Result.txt
package App::Prove::State::Result; use strict; use warnings; use Carp 'croak'; use App::Prove::State::Result::Test; use constant STATE_VERSION => 1; =head1 NAME App::Prove::State::Result - Individu...perldoc.perl.org/App::Prove::State::Result.txtRegistered: Thu Nov 07 15:40:29 UTC 2024 - 4.8K bytes - Viewed (0) -
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)