- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1181 - 1190 of 1,302 for label:perl (0.08 sec)
-
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 Nov 18 20:42:24 UTC 2024 - 15.4K 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 Nov 18 19:33:52 UTC 2024 - 8.4K bytes - Viewed (0) -
Test2::Manual::Testing::Introduction.txt
package Test2::Manual::Testing::Introduction; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Testing::Introduction - Introduction to testing with Test2. ...perldoc.perl.org/Test2::Manual::Testing::Introduction.txtRegistered: Mon Nov 18 16:57:49 UTC 2024 - 7.2K bytes - Viewed (0) -
Test2::Workflow.txt
package Test2::Workflow; use strict; use warnings; our $VERSION = '0.000162'; our @EXPORT_OK = qw/parse_args current_build build root_build init_root build_stack/; use base 'Exporter'; use Test2::W...perldoc.perl.org/Test2::Workflow.txtRegistered: Mon Nov 18 17:45:16 UTC 2024 - 7.1K bytes - Viewed (0) -
Test2::Tools::Basic.txt
package Test2::Tools::Basic; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::API qw/context/; our @EXPORT = qw{ ok pass fail diag note todo skip plan skip_all do...perldoc.perl.org/Test2::Tools::Basic.txtRegistered: Mon Nov 18 16:19:23 UTC 2024 - 7K bytes - Viewed (0) -
Tie::SubstrHash.txt
package Tie::SubstrHash 1.01; =head1 NAME Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing =head1 SYNOPSIS require Tie::SubstrHash; tie %myhash, 'Tie::SubstrHash', $key_len, $value_len,...perldoc.perl.org/Tie::SubstrHash.txtRegistered: Mon Nov 18 20:22:19 UTC 2024 - 5.9K bytes - Viewed (0) -
Test2::Require.txt
package Test2::Require; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/context/; use Carp qw/croak/; sub skip { my $class = shift; croak "Class '$class' needs to implement '...perldoc.perl.org/Test2::Require.txtRegistered: Mon Nov 18 16:51:35 UTC 2024 - 2.7K bytes - Viewed (0) -
Test2::Plugin.txt
package Test2::Plugin; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Plugin - Documentation for plugins =head1 DESCRIPTION Plugins are pack...perldoc.perl.org/Test2::Plugin.txtRegistered: Mon Nov 18 12:33:27 UTC 2024 - 1.8K bytes - Viewed (0) -
Unicode::Collate::CJK::Big5.txt
package Unicode::Collate::CJK::Big5; 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) { next ...perldoc.perl.org/Unicode::Collate::CJK::Big5.txtRegistered: Mon Nov 18 21:36:12 UTC 2024 - 64.9K 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 Nov 18 23:18:34 UTC 2024 - 47.5K bytes - Viewed (0)