- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1921 - 1930 of 2,642 for host:perldoc.perl.org (0.03 sec)
-
perlbs2000 - building and installing Perl for B...
perlbs2000 ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION gzip on BS2000 bison on BS2000 Unpacking Perl Distrib...perldoc.perl.org/perlbs2000Registered: Fri Sep 12 12:09:30 UTC 2025 - 26.6K bytes - Viewed (0) -
perlfreebsd - Perl version 5 on FreeBSD systems...
perlfreebsd ( source , CPAN ) CONTENTS NAME DESCRIPTION FreeBSD core dumps from readdir_r with ithreads $^X doesn't a...perldoc.perl.org/perlfreebsdRegistered: Fri Sep 12 12:09:34 UTC 2025 - 17.1K bytes - Viewed (0) -
overload.txt
package overload; use strict; no strict 'refs'; our $VERSION = '1.40'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...perldoc.perl.org/overload.txtRegistered: Fri Sep 12 17:49:59 UTC 2025 - 53.4K bytes - Viewed (0) -
Archive::Tar::File.txt
package Archive::Tar::File; use strict; use Carp (); use IO::File; use File::Spec::Unix (); use File::Spec (); use File::Basename (); use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA =...perldoc.perl.org/Archive::Tar::File.txtRegistered: Fri Sep 12 13:00:43 UTC 2025 - 18.4K bytes - Viewed (0) -
base.txt
use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...perldoc.perl.org/base.txtRegistered: Fri Sep 12 13:43:49 UTC 2025 - 10.7K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_1.txt
=for :stopwords Ingy READMEs WTF licensure =head1 NAME CPAN::Meta::History::Meta_1_1 - Version 1.1 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.1 sp...perldoc.perl.org/CPAN::Meta::History::Meta_1_1.txtRegistered: Fri Sep 12 15:51:02 UTC 2025 - 8.6K bytes - Viewed (0) -
CPAN::Meta::Merge.txt
use strict; use warnings; package CPAN::Meta::Merge; our $VERSION = '2.150010'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use CPAN::Meta::Converter 2.141170; sub _is_identical { my ($left, ...perldoc.perl.org/CPAN::Meta::Merge.txtRegistered: Fri Sep 12 17:37:57 UTC 2025 - 8.9K bytes - Viewed (0) -
strict.txt
package strict; $strict::VERSION = "1.14"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...perldoc.perl.org/strict.txtRegistered: Fri Sep 12 16:37:57 UTC 2025 - 5.4K bytes - Viewed (0) -
deprecate.txt
package deprecate; use strict; use warnings; our $VERSION = 0.04; # our %Config can ignore %Config::Config, e.g. for testing our %Config; unless (%Config) { require Config; *Config = \%Config::Conf...perldoc.perl.org/deprecate.txtRegistered: Fri Sep 12 13:15:57 UTC 2025 - 4.5K bytes - Viewed (0) -
source::encoding.txt
package source::encoding; use v5.40; our $VERSION = '0.01'; our $ascii_hint_bits = 0x00000010; sub import { unimport(); # Get rid of any 'use utf8' my (undef, $arg) = @_; if ($arg eq 'utf8') { requ...perldoc.perl.org/source::encoding.txtRegistered: Fri Sep 12 17:34:13 UTC 2025 - 1.7K bytes - Viewed (0)