- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 1,304 for label:perl (0.03 sec)
-
Encode::MIME::Name.txt
package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...perldoc.perl.org/Encode::MIME::Name.txtRegistered: Sat Apr 12 21:55:01 UTC 2025 - 3.7K bytes - Viewed (0) -
perltooc.txt
=encoding utf8 =head1 NAME perltooc - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...perldoc.perl.org/perltooc.txtRegistered: Sat Apr 12 11:35:50 UTC 2025 - 294 bytes - Viewed (0) -
CPAN::Meta::Spec.txt
# XXX RULES FOR PATCHING THIS FILE XXX # Patches that fix typos or formatting are acceptable. Patches # that change semantics are not acceptable without prior approval # by David Golden or Ricardo ...perldoc.perl.org/CPAN::Meta::Spec.txtRegistered: Sun Apr 13 02:31:18 UTC 2025 - 36.1K bytes - Viewed (0) -
Carp.txt
package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...perldoc.perl.org/Carp.txtRegistered: Sun Apr 13 01:28:10 UTC 2025 - 35.2K bytes - Viewed (0) -
CPAN::Meta::Validator.txt
use 5.006; use strict; use warnings; package CPAN::Meta::Validator; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmv = CPAN::M...perldoc.perl.org/CPAN::Meta::Validator.txtRegistered: Sun Apr 13 05:36:21 UTC 2025 - 33.1K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_3.txt
=for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_3 - Version 1.3 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...perldoc.perl.org/CPAN::Meta::History::Meta_1_3.txtRegistered: Sun Apr 13 02:10:02 UTC 2025 - 18.1K bytes - Viewed (0) -
B::Xref.txt
package B::Xref; our $VERSION = '1.07'; =head1 NAME B::Xref - Generates cross reference reports for Perl programs =head1 SYNOPSIS perl -MO=Xref[,OPTIONS] foo.pl =head1 DESCRIPTION The B::Xref modul...perldoc.perl.org/B::Xref.txtRegistered: Sat Apr 12 23:16:29 UTC 2025 - 12.2K bytes - Viewed (0) -
Encode::Encoding.txt
package Encode::Encoding; # Base class for classes which implement encodings use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r ...perldoc.perl.org/Encode::Encoding.txtRegistered: Sun Apr 13 07:06:34 UTC 2025 - 8.9K bytes - Viewed (0) -
Encode::PerlIO.txt
=head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...perldoc.perl.org/Encode::PerlIO.txtRegistered: Sun Apr 13 06:51:30 UTC 2025 - 5.9K bytes - Viewed (0) -
Encode::KR.txt
package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::KR.txtRegistered: Sun Apr 13 07:13:13 UTC 2025 - 1.9K bytes - Viewed (0)