- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 1,306 for label:perl (0.03 sec)
-
Encode::KR::2022_KR.txt
package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...perldoc.perl.org/Encode::KR::2022_KR.txtRegistered: Fri May 30 05:43:26 UTC 2025 - 1.9K bytes - Viewed (0) -
Config::Extensions.txt
package Config::Extensions; use strict; our (%Extensions, $VERSION, @ISA, @EXPORT_OK); use Config; require Exporter; $VERSION = '0.03'; @ISA = 'Exporter'; @EXPORT_OK = '%Extensions'; foreach my $ty...perldoc.perl.org/Config::Extensions.txtRegistered: Fri May 30 04:20:22 UTC 2025 - 1.3K bytes - Viewed (0) -
CPAN::Nox.txt
package CPAN::Nox; use strict; use vars qw($VERSION @EXPORT); BEGIN{ $CPAN::Suppress_readline=1 unless defined $CPAN::term; } use Exporter (); @CPAN::ISA = ('Exporter'); use CPAN; $VERSION = "5.500...perldoc.perl.org/CPAN::Nox.txtRegistered: Fri May 30 07:01:12 UTC 2025 - 953 bytes - Viewed (0) -
perl5120delta.txt
=encoding utf8 =head1 NAME perl5120delta - what is new for perl v5.12.0 =head1 DESCRIPTION This document describes differences between the 5.10.0 release and the 5.12.0 release. Many of the bug fix...perldoc.perl.org/perl5120delta.txtRegistered: Wed May 28 20:28:18 UTC 2025 - 87.2K bytes - Viewed (0) -
perl5380delta.txt
=encoding utf8 =head1 NAME perl5380delta - what is new for perl v5.38.0 =head1 DESCRIPTION This document describes differences between the 5.36.0 release and the 5.38.0 release. =head1 Core Enhance...perldoc.perl.org/perl5380delta.txtRegistered: Wed May 28 08:49:17 UTC 2025 - 67.3K bytes - Viewed (0) -
perlreapi.txt
=head1 NAME perlreapi - Perl regular expression plugin interface =head1 DESCRIPTION As of Perl 5.9.5 there is a new interface for plugging and using regular expression engines other than the defaul...perldoc.perl.org/perlreapi.txtRegistered: Wed May 28 17:30:12 UTC 2025 - 34.7K bytes - Viewed (0) -
perlform.txt
=head1 NAME X<format> X<report> X<chart> perlform - Perl formats =head1 DESCRIPTION Perl has a mechanism to help you generate simple reports and charts. To facilitate this, Perl helps you code up y...perldoc.perl.org/perlform.txtRegistered: Wed May 28 10:30:56 UTC 2025 - 16.3K bytes - Viewed (0) -
perlreref.txt
=head1 NAME perlreref - Perl Regular Expressions Reference =head1 DESCRIPTION This is a quick reference to Perl's regular expressions. For full information see L<perlre> and L<perlop>, as well as t...perldoc.perl.org/perlreref.txtRegistered: Wed May 28 09:08:32 UTC 2025 - 15.2K bytes - Viewed (0) -
perlpodstyle.txt
=head1 NAME perlpodstyle - Perl POD style guide =head1 DESCRIPTION These are general guidelines for how to write POD documentation for Perl scripts and modules, based on general guidelines for writ...perldoc.perl.org/perlpodstyle.txtRegistered: Wed May 28 11:59:17 UTC 2025 - 11.8K bytes - Viewed (0) -
perllexwarn.txt
=head1 NAME perllexwarn - Perl Lexical Warnings =head1 DESCRIPTION Perl v5.6.0 introduced lexical control over the handling of warnings by category. The C<warnings> pragma generally replaces the co...perldoc.perl.org/perllexwarn.txtRegistered: Wed May 28 18:42:36 UTC 2025 - 355 bytes - Viewed (0)