- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 1,306 for label:perl (0.03 sec)
-
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) -
Pod::Checker.txt
########## # Pod/Checker.pm -- check pod documents for syntax errors # # Copyright (C) 1994-2000 by Bradford Appleton. All rights reserved. # This is free software; you can redistribute it and/or m...perldoc.perl.org/Pod::Checker.txtRegistered: Sat May 31 11:24:30 UTC 2025 - 33.3K bytes - Viewed (0) -
TAP::Formatter::Base.txt
package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...perldoc.perl.org/TAP::Formatter::Base.txtRegistered: Sat May 31 07:37:32 UTC 2025 - 12.1K bytes - Viewed (0) -
Pod::ParseLink.txt
# Parse an L<> formatting code in POD text. # # This module implements parsing of the text of an L<> formatting code as # defined in perlpodspec. It should be suitable for any POD formatter. It # e...perldoc.perl.org/Pod::ParseLink.txtRegistered: Sat May 31 11:59:44 UTC 2025 - 6.3K bytes - Viewed (0) -
Pod::Simple::XMLOutStream.txt
package Pod::Simple::XMLOutStream; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined...perldoc.perl.org/Pod::Simple::XMLOutStream.txtRegistered: Sat May 31 09:51:52 UTC 2025 - 4.5K bytes - Viewed (0) -
Pod::Simple::Debug.txt
package Pod::Simple::Debug; use strict; our $VERSION = '3.45'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value) = @_[1,2]; ($variable, $value)...perldoc.perl.org/Pod::Simple::Debug.txtRegistered: Sat May 31 08:51:31 UTC 2025 - 4.5K bytes - Viewed (0) -
Pod::Simple::PullParserToken.txt
package Pod::Simple::PullParserToken; # Base class for tokens gotten from Pod::Simple::PullParser's $parser->get_token our @ISA = (); our $VERSION = '3.45'; use strict; sub new { # Class->new('type...perldoc.perl.org/Pod::Simple::PullParserToken.txtRegistered: Sat May 31 08:44:46 UTC 2025 - 3.9K bytes - Viewed (0)