- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 701 - 710 of 1,306 for label:perl (0.06 sec)
-
PerlIO::encoding.txt
package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...perldoc.perl.org/PerlIO::encoding.txtRegistered: Mon May 05 18:05:55 UTC 2025 - 1.2K bytes - Viewed (0) -
Pod::Html.txt
package Pod::Html; use strict; use Exporter 'import'; our $VERSION = 1.35; $VERSION = eval $VERSION; our @EXPORT = qw(pod2html); use Config; use Cwd; use File::Basename; use File::Spec; use Pod::Si...perldoc.perl.org/Pod::Html.txtRegistered: Mon May 05 21:19:39 UTC 2025 - 21.5K 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: Mon May 05 21:48:51 UTC 2025 - 4.5K 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: Mon May 05 22:18:36 UTC 2025 - 6.3K bytes - Viewed (0) -
Symbol.txt
package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...perldoc.perl.org/Symbol.txtRegistered: Mon May 05 23:24:35 UTC 2025 - 4.8K 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: Mon May 05 23:44:17 UTC 2025 - 3.9K 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: Tue May 06 00:01:11 UTC 2025 - 4.5K bytes - Viewed (0) -
Unicode::UCD.txt
package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.78'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...perldoc.perl.org/Unicode::UCD.txtRegistered: Wed Apr 23 03:09:13 UTC 2025 - 181.9K bytes - Viewed (0) -
Unicode::Normalize.txt
package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...perldoc.perl.org/Unicode::Normalize.txtRegistered: Wed Apr 23 04:38:15 UTC 2025 - 19.5K bytes - Viewed (0) -
Test2::Transition.txt
=pod =head1 NAME Test2::Transition - Transition notes when upgrading to Test2 =head1 DESCRIPTION This is where gotchas and breakages related to the Test2 upgrade are documented. The upgrade causes ...perldoc.perl.org/Test2::Transition.txtRegistered: Wed Apr 23 02:33:00 UTC 2025 - 13.2K bytes - Viewed (0)