- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 121 - 130 of 1,302 for label:perl (0.04 sec)
-
Test2::Compare::Scalar.txt
package Test2::Compare::Scalar; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/item/; use Carp qw/croak confess/; use Scalar::Uti...perldoc.perl.org/Test2::Compare::Scalar.txtRegistered: Sun Feb 16 02:44:01 UTC 2025 - 2K bytes - Viewed (0) -
TAP::Parser::Scheduler::Job.txt
package TAP::Parser::Scheduler::Job; use strict; use warnings; use Carp; =head1 NAME TAP::Parser::Scheduler::Job - A single testing job. =head1 VERSION Version 3.48 =cut our $VERSION = '3.48'; =hea...perldoc.perl.org/TAP::Parser::Scheduler::Job.txtRegistered: Sun Feb 16 02:14:40 UTC 2025 - 2.1K bytes - Viewed (0) -
Test2::Event::Exception.txt
package Test2::Event::Exception; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw{error}; sub init { my ...perldoc.perl.org/Test2::Event::Exception.txtRegistered: Sun Feb 16 05:05:35 UTC 2025 - 1.7K bytes - Viewed (0) -
perl5140delta.txt
=encoding utf8 =head1 NAME perl5140delta - what is new for perl v5.14.0 =head1 DESCRIPTION This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgradin...perldoc.perl.org/perl5140delta.txtRegistered: Thu Feb 13 20:02:29 UTC 2025 - 140.9K bytes - Viewed (0) -
B.txt
# B.pm # # Copyright (c) 1996, 1997, 1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file....perldoc.perl.org/B.txtRegistered: Fri Feb 14 11:51:35 UTC 2025 - 30.6K 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: Fri Feb 14 12:41:18 UTC 2025 - 8.9K 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 Feb 14 09:55:41 UTC 2025 - 9.2K bytes - Viewed (0) -
parent.txt
package parent; use strict; our $VERSION = '0.241'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { s...perldoc.perl.org/parent.txtRegistered: Fri Feb 14 10:08:11 UTC 2025 - 2.6K bytes - Viewed (0) -
Encode::Config.txt
# # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = ( #...perldoc.perl.org/Encode::Config.txtRegistered: Fri Feb 14 14:20:00 UTC 2025 - 5.9K bytes - Viewed (0) -
ExtUtils::MM_OS390.txt
package ExtUtils::MM_OS390; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head...perldoc.perl.org/ExtUtils::MM_OS390.txtRegistered: Fri Feb 14 14:39:37 UTC 2025 - 2.2K bytes - Viewed (0)