- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1351 - 1360 of 2,657 for host:perldoc.perl.org (0.04 sec)
-
Config::Perl::V.txt
package Config::Perl::V; use strict; use warnings; use Config; use Exporter; our $VERSION = "0.38"; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( plv2hash summary myconfig signature ); our %EXPOR...perldoc.perl.org/Config::Perl::V.txtRegistered: Mon Jan 26 22:16:49 UTC 2026 - 15.2K bytes - Viewed (0) -
English.txt
package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...perldoc.perl.org/English.txtRegistered: Mon Jan 26 18:05:36 UTC 2026 - 4.6K bytes - Viewed (0) -
perlvos - Perl for Stratus OpenVOS - Perldoc Br...
perlvos ( source , CPAN ) CONTENTS NAME SYNOPSIS BUILDING PERL FOR OPENVOS INSTALLING PERL IN OPENVOS USING PERL IN O...perldoc.perl.org/perlvosRegistered: Mon Jan 26 12:19:20 UTC 2026 - 20.1K bytes - Viewed (0) -
perl5180delta - what is new for perl v5.18.0 - ...
perl5180delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements New mechanism for experimental features H...perldoc.perl.org/perl5180delta Similar Results (1)Registered: Mon Jan 26 12:19:25 UTC 2026 - 182.6K bytes - Viewed (0) -
perlfaq6.txt
=pod =encoding UTF-8 =head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section is surprisingly small because the rest of the FAQ is littered with ...perldoc.perl.org/perlfaq6.txtRegistered: Tue Jan 27 05:08:43 UTC 2026 - 38.6K bytes - Viewed (0) -
Attribute::Handlers.txt
package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...perldoc.perl.org/Attribute::Handlers.txtRegistered: Tue Jan 27 09:08:17 UTC 2026 - 32.1K bytes - Viewed (0) -
attributes.txt
package attributes; our $VERSION = 0.36; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...perldoc.perl.org/attributes.txtRegistered: Tue Jan 27 05:42:27 UTC 2026 - 16K bytes - Viewed (0) -
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: Tue Jan 27 07:37:21 UTC 2026 - 9.6K bytes - Viewed (0) -
Thread.txt
package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.06'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...perldoc.perl.org/Thread.txtRegistered: Tue Jan 27 04:12:45 UTC 2026 - 8.1K bytes - Viewed (0) -
stable.txt
package stable; $stable::VERSION = '0.035'; 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: Tue Jan 27 07:52:39 UTC 2026 - 4.8K bytes - Viewed (0)