- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 2,612 for host:perldoc.perl.org (0.04 sec)
-
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: Fri Oct 24 23:08:14 UTC 2025 - 38.6K bytes - Viewed (0) -
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: Sat Oct 25 00:22:35 UTC 2025 - 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: Fri Oct 24 22:08:00 UTC 2025 - 18.8K 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: Sat Oct 25 00:17:54 UTC 2025 - 4.6K 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: Fri Oct 24 18:02:29 UTC 2025 - 182.4K bytes - Viewed (0) -
perlinterp - An overview of the Perl interprete...
perlinterp ( source , CPAN ) CONTENTS NAME DESCRIPTION ELEMENTS OF THE INTERPRETER Startup Parsing Optimization Runni...perldoc.perl.org/perlinterpRegistered: Fri Oct 24 18:02:40 UTC 2025 - 58K bytes - Viewed (0) -
perlgov - Perl Rules of Governance - Perldoc Br...
perlgov ( source , CPAN ) CONTENTS NAME PREAMBLE Mandate Definitions The Core Team Powers Membership Term Removal Ina...perldoc.perl.org/perlgovRegistered: Fri Oct 24 18:02:45 UTC 2025 - 42.7K 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: Sat Oct 25 02:48:43 UTC 2025 - 20.6K bytes - Viewed (0) -
%-.txt
=over =item %{^CAPTURE_ALL} X<%{^CAPTURE_ALL}> =item %- X<%-> Similar to C<%+>, this variable allows access to the named capture groups in the last successful match in the currently active dynamic ...perldoc.perl.org/variables/%-.txtRegistered: Sat Oct 25 05:00:26 UTC 2025 - 1.6K bytes - Viewed (0) -
@INC.txt
=over =item @INC X<@INC> The array C<@INC> contains the list of places that the C<do EXPR>, C<require>, or C<use> constructs look for their library files. It initially consists of the arguments to ...perldoc.perl.org/variables/@INC.txtRegistered: Sat Oct 25 05:23:11 UTC 2025 - 987 bytes - Viewed (0)