- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1011 - 1020 of 1,306 for label:perl (0.32 sec)
-
Module::Load::Conditional.txt
package Module::Load::Conditional; use strict; use Module::Load qw/load autoload_remote/; use Params::Check qw[check]; use Locale::Maketext::Simple Style => 'gettext'; use Carp (); use File::Spec (...perldoc.perl.org/Module::Load::Conditional.txtRegistered: Sat Apr 05 07:59:11 UTC 2025 - 18.9K bytes - Viewed (0) -
Unicode::Collate::CJK::Stroke.txt
package Unicode::Collate::CJK::Stroke; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...perldoc.perl.org/Unicode::Collate::CJK::Stroke.txtRegistered: Mon Apr 07 09:37:31 UTC 2025 - 118.8K bytes - Viewed (0) -
Test2::API.txt
package Test2::API; use strict; use warnings; use Time::HiRes qw/time/; use Test2::Util qw/USE_THREADS/; BEGIN { $ENV{TEST_ACTIVE} ||= 1; $ENV{TEST2_ACTIVE} = 1; } our $VERSION = '1.302199'; my $IN...perldoc.perl.org/Test2::API.txtRegistered: Sun Apr 06 10:44:22 UTC 2025 - 48.4K bytes - Viewed (0) -
Test2::Hub.txt
package Test2::Hub; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/carp croak confess/; use Test2::Util qw/get_tid gen_uid/; use Scalar::Util qw/weaken/; use List::Util qw/first/;...perldoc.perl.org/Test2::Hub.txtRegistered: Sun Apr 06 12:37:56 UTC 2025 - 22.3K bytes - Viewed (0) -
Term::Cap.txt
package Term::Cap; # Since the debugger uses Term::ReadLine which uses Term::Cap, we want # to load as few modules as possible. This includes Carp.pm. sub carp { require Carp; goto &Carp::carp; } s...perldoc.perl.org/Term::Cap.txtRegistered: Sun Apr 06 08:49:23 UTC 2025 - 19.3K bytes - Viewed (0) -
Term::Table.txt
package Term::Table; use strict; use warnings; our $VERSION = '0.018'; use Term::Table::Cell(); use Term::Table::Util qw/term_size uni_length USE_GCS/; use Scalar::Util qw/blessed/; use List::Util ...perldoc.perl.org/Term::Table.txtRegistered: Sun Apr 06 08:53:55 UTC 2025 - 12.7K bytes - Viewed (0) -
Test2::EventFacet::Trace.txt
package Test2::EventFacet::Trace; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util qw/get_tid pkg_to_file g...perldoc.perl.org/Test2::EventFacet::Trace.txtRegistered: Sun Apr 06 11:14:28 UTC 2025 - 6.7K bytes - Viewed (0) -
Test2::Event::Encoding.txt
package Test2::Event::Encoding; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/croak/; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw/enc...perldoc.perl.org/Test2::Event::Encoding.txtRegistered: Sun Apr 06 12:08:43 UTC 2025 - 1.7K bytes - Viewed (0) -
Test2::Compare::DeepRef.txt
package Test2::Compare::DeepRef; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/input/; use Test2::Util::Ref qw/render_ref rtype/...perldoc.perl.org/Test2::Compare::DeepRef.txtRegistered: Sun Apr 06 09:18:32 UTC 2025 - 1.9K bytes - Viewed (0) -
Test2::Compare::String.txt
package Test2::Compare::String; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/input/; # Overloads '!' for ...perldoc.perl.org/Test2::Compare::String.txtRegistered: Sun Apr 06 11:58:00 UTC 2025 - 1.8K bytes - Viewed (0)