- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1001 - 1010 of 1,306 for label:perl (0.05 sec)
-
Test2::Tools::Compare.txt
package Test2::Tools::Compare; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Scalar::Util qw/reftype/; use Test2::API qw/context/; use Test2::Util::Ref qw/rtype/; use...perldoc.perl.org/Test2::Tools::Compare.txtRegistered: Mon Jun 02 02:32:24 UTC 2025 - 49K bytes - Viewed (0) -
VMS::Filespec.txt
# Perl hooks into the routines in vms.c for interconversion # of VMS and Unix file specification syntax. # # Version: see $VERSION below # Author: Charles Bailey bailey@newman.upenn.edu # Revised: ...perldoc.perl.org/VMS::Filespec.txtRegistered: Mon Jun 02 03:54:13 UTC 2025 - 15.4K bytes - Viewed (0) -
Test2::Manual::Tooling::Nesting.txt
package Test2::Manual::Tooling::Nesting; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Nesting - Tutorial for using other tools within your own...perldoc.perl.org/Test2::Manual::Tooling::Nesting.txtRegistered: Mon Jun 02 02:48:47 UTC 2025 - 3.6K bytes - Viewed (0) -
Test2::Manual::Tooling::Plugin::TestingDone.txt
package Test2::Manual::Tooling::Plugin::TestingDone; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Plugin::TestingDone - Run code when the test file is finished, or when...perldoc.perl.org/Test2::Manual::Tooling::Plugin::TestingDone.txtRegistered: Mon Jun 02 02:56:01 UTC 2025 - 2.7K bytes - Viewed (0) -
Test2::Tools::GenTemp.txt
package Test2::Tools::GenTemp; use strict; use warnings; our $VERSION = '0.000162'; use File::Temp qw/tempdir/; use File::Spec; our @EXPORT = qw{gen_temp}; use base 'Exporter'; sub gen_temp { my %a...perldoc.perl.org/Test2::Tools::GenTemp.txtRegistered: Mon Jun 02 01:13:42 UTC 2025 - 2.4K bytes - Viewed (0) -
Test::Builder::TodoDiag.txt
package Test::Builder::TodoDiag; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) } sub diagnostics { 0 } sub facet_data { ...perldoc.perl.org/Test::Builder::TodoDiag.txtRegistered: Mon Jun 02 00:48:36 UTC 2025 - 1.1K 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 Jun 02 08:12:24 UTC 2025 - 118.8K bytes - Viewed (0) -
Unicode::Collate::CJK::Korean.txt
package Unicode::Collate::CJK::Korean; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %jamo2prim = ( '1100', 0x4175, '1101', 0x4176, '1102', 0x4177, '1103', 0x4178, '1105', 0x417A, ...perldoc.perl.org/Unicode::Collate::CJK::Korean.txtRegistered: Mon Jun 02 06:31:02 UTC 2025 - 47.5K bytes - Viewed (0) -
Unicode::Collate::CJK::JISX0208.txt
package Unicode::Collate::CJK::JISX0208; 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) { n...perldoc.perl.org/Unicode::Collate::CJK::JISX0208.txtRegistered: Mon Jun 02 05:56:17 UTC 2025 - 32K bytes - Viewed (0) -
VMS::DCLsym.txt
package VMS::DCLsym; use Carp; use DynaLoader; use strict; # Package globals our @ISA = ( 'DynaLoader' ); our $VERSION = '1.09'; # remember to update version in POD! my(%Locsyms) = ( ':ID' => 'LOCA...perldoc.perl.org/VMS::DCLsym.txtRegistered: Mon Jun 02 06:59:01 UTC 2025 - 8.4K bytes - Viewed (0)