- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 481 - 490 of 1,306 for label:perl (0.03 sec)
-
Net::protoent.txt
package Net::protoent 1.03; use v5.38; our ( $p_name, @p_aliases, $p_proto ); use Exporter 'import'; our @EXPORT = qw(getprotobyname getprotobynumber getprotoent getproto); our @EXPORT_OK = qw( $p_...perldoc.perl.org/Net::protoent.txtRegistered: Sat Apr 05 08:19:32 UTC 2025 - 2.9K bytes - Viewed (0) -
Tie::Hash.txt
package Tie::Hash; our $VERSION = '1.06'; =head1 NAME Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes =head1 SYNOPSIS package NewHash; require Tie::Hash; @ISA = qw(...perldoc.perl.org/Tie::Hash.txtRegistered: Mon Apr 07 09:29:49 UTC 2025 - 7.5K bytes - Viewed (0) -
Time::localtime.txt
package Time::localtime 1.04; use v5.38; use parent 'Time::tm'; our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_yday, $tm_isdst ); use Exporter 'import'; our @EXPORT = ...perldoc.perl.org/Time::localtime.txtRegistered: Mon Apr 07 09:22:19 UTC 2025 - 2.3K bytes - Viewed (0) -
Unicode::Collate::CJK::Zhuyin.txt
package Unicode::Collate::CJK::Zhuyin; 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::Zhuyin.txtRegistered: Mon Apr 07 06:45:32 UTC 2025 - 110K bytes - Viewed (0) -
Test::More.txt
package Test::More; use 5.006; use strict; use warnings; #---- perlcritic exemptions. ----# # We use a lot of subroutine prototypes ## no critic (Subroutines::ProhibitSubroutinePr) # Can't use Carp...perldoc.perl.org/Test::More.txtRegistered: Sun Apr 06 19:34:59 UTC 2025 - 53.1K bytes - Viewed (0) -
Test::Harness::Beyond.txt
=head1 NAME Test::Harness::Beyond - Beyond make test =head1 Beyond make test Test::Harness is responsible for running test scripts, analysing their output and reporting success or failure. When I t...perldoc.perl.org/Test::Harness::Beyond.txtRegistered: Sun Apr 06 19:27:52 UTC 2025 - 15.2K bytes - Viewed (0) -
Tie::Array.txt
package Tie::Array; use 5.006_001; use strict; use Carp; our $VERSION = '1.07'; # Pod documentation after __END__ below. sub DESTROY { } sub EXTEND { } sub UNSHIFT { scalar shift->SPLICE(0,0,@_) } ...perldoc.perl.org/Tie::Array.txtRegistered: Mon Apr 07 00:31:15 UTC 2025 - 7.1K bytes - Viewed (0) -
Test::Tester::Capture.txt
use strict; package Test::Tester::Capture; our $VERSION = '1.302199'; use Test::Builder; use vars qw( @ISA ); @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGI...perldoc.perl.org/Test::Tester::Capture.txtRegistered: Sun Apr 06 20:19:16 UTC 2025 - 4.3K bytes - Viewed (0) -
Test2::Tools::Exports.txt
package Test2::Tools::Exports; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak carp/; use Test2::API qw/context/; use Test2::Util::Stash qw/get_symbol/; our @EXPORT = qw/impo...perldoc.perl.org/Test2::Tools::Exports.txtRegistered: Sun Apr 06 21:25:44 UTC 2025 - 3.9K bytes - Viewed (0) -
Test2::Manual::Tooling::Formatter.txt
package Test2::Manual::Tooling::Formatter; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Formatter - How to write a custom formatter, in our case a JSONL formatter. =hea...perldoc.perl.org/Test2::Manual::Tooling::Formatter.txtRegistered: Sun Apr 06 20:41:41 UTC 2025 - 2.8K bytes - Viewed (0)