- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1351 - 1360 of 2,657 for host:perldoc.perl.org (0.05 sec)
-
re.txt
package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.48"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...perldoc.perl.org/re.txtRegistered: Mon Jan 26 19:56:21 UTC 2026 - 28.3K bytes - Viewed (0) -
perlrequick.txt
=head1 NAME perlrequick - Perl regular expressions quick start =head1 DESCRIPTION This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. =hea...perldoc.perl.org/perlrequick.txtRegistered: Mon Jan 26 15:25:29 UTC 2026 - 18.8K bytes - Viewed (0) -
bigrat.txt
package bigrat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...perldoc.perl.org/bigrat.txtRegistered: Mon Jan 26 19:23:28 UTC 2026 - 20.6K bytes - Viewed (0) -
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)