- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 1,302 for label:perl (0.04 sec)
-
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: Fri Nov 15 14:13:39 UTC 2024 - 33.1K bytes - Viewed (0) -
bigfloat.txt
package bigfloat; 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/bigfloat.txtRegistered: Fri Nov 15 13:54:39 UTC 2024 - 21.4K 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: Fri Nov 15 16:47:31 UTC 2024 - 12.2K bytes - Viewed (0) -
fields.txt
use 5.008; package fields; require 5.005; use strict; no strict 'refs'; unless( eval q{require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::c...perldoc.perl.org/fields.txtRegistered: Fri Nov 15 17:45:48 UTC 2024 - 9.2K bytes - Viewed (0) -
Pod::Simple::Subclassing.txt
=head1 NAME Pod::Simple::Subclassing -- write a formatter as a Pod::Simple subclass =head1 SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = '1.01'; use stric...perldoc.perl.org/Pod::Simple::Subclassing.txtRegistered: Sun Nov 17 10:30:47 UTC 2024 - 33.3K bytes - Viewed (0) -
TAP::Harness.txt
package TAP::Harness; use strict; use warnings; use Carp; use File::Spec; use File::Path; use IO::Handle; use base 'TAP::Base'; =head1 NAME TAP::Harness - Run test scripts with statistics =head1 VE...perldoc.perl.org/TAP::Harness.txtRegistered: Sun Nov 17 10:52:03 UTC 2024 - 29K bytes - Viewed (0) -
Sys::Syslog::Win32.txt
package Sys::Syslog::Win32; use strict; use warnings; use Carp; use File::Spec; # === WARNING === WARNING === WARNING === WARNING === WARNING === WARNING === # # This file was generated by Sys-Sysl...perldoc.perl.org/Sys::Syslog::Win32.txtRegistered: Sun Nov 17 13:19:51 UTC 2024 - 7.8K bytes - Viewed (0) -
TAP::Parser::YAMLish::Reader.txt
package TAP::Parser::YAMLish::Reader; use strict; use warnings; use base 'TAP::Object'; our $VERSION = '3.48'; # No EBCDIC support on early perls *to_native = (ord "A" == 65 || $] < 5.008) ? sub { ...perldoc.perl.org/TAP::Parser::YAMLish::Reader.txtRegistered: Sun Nov 17 08:09:26 UTC 2024 - 8.1K bytes - Viewed (0) -
Pod::Simple::SimpleTree.txt
package Pod::Simple::SimpleTree; 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::SimpleTree.txtRegistered: Sun Nov 17 11:18:50 UTC 2024 - 4.5K bytes - Viewed (0) -
Pod::Simple::PullParserStartToken.txt
package Pod::Simple::PullParserStartToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(...perldoc.perl.org/Pod::Simple::PullParserStartToken.txtRegistered: Sun Nov 17 08:51:22 UTC 2024 - 4K bytes - Viewed (0)