- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 591 - 600 of 2,612 for host:perldoc.perl.org (0.08 sec)
-
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: Tue Oct 21 03:50:24 UTC 2025 - 7.1K bytes - Viewed (0) -
Test2::Util::Grabber.txt
package Test2::Util::Grabber; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Hub::Interceptor(); use Test2::EventFacet::Trace(); use Test2::API qw/test2_stack test2_ipc/; use Test2...perldoc.perl.org/Test2::Util::Grabber.txtRegistered: Tue Oct 21 05:53:58 UTC 2025 - 5.5K bytes - Viewed (0) -
Test2::Tools::Class.txt
package Test2::Tools::Class; use strict; use warnings; our $VERSION = '1.302210'; use Test2::API qw/context/; use Test2::Util::Ref qw/render_ref/; use Scalar::Util qw/blessed/; our @EXPORT = qw/can...perldoc.perl.org/Test2::Tools::Class.txtRegistered: Tue Oct 21 04:47:28 UTC 2025 - 4.7K 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: Tue Oct 21 03:37:49 UTC 2025 - 2.3K bytes - Viewed (0) -
Test2::Require::ReleaseTesting.txt
package Test2::Require::ReleaseTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; sub skip { my $class = shift; return undef if $ENV{'RELEASE_TESTING'}; return...perldoc.perl.org/Test2::Require::ReleaseTesting.txtRegistered: Tue Oct 21 00:26:16 UTC 2025 - 1.2K 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: Tue Oct 21 07:14:36 UTC 2025 - 53.1K bytes - Viewed (0) -
version::Internals.txt
=head1 NAME version::Internals - Perl extension for Version Objects =head1 DESCRIPTION Overloaded version objects for all modern versions of Perl. This documents the internal data representation an...perldoc.perl.org/version::Internals.txtRegistered: Tue Oct 21 09:07:10 UTC 2025 - 22.9K bytes - Viewed (0) -
User::pwent.txt
package User::pwent 1.03; use v5.38; use Config; use Carp; our ( $pw_name, $pw_passwd, $pw_uid, $pw_gid, $pw_gecos, $pw_dir, $pw_shell, $pw_expire, $pw_change, $pw_class, $pw_age, $pw_quota, $pw_co...perldoc.perl.org/User::pwent.txtRegistered: Tue Oct 21 08:49:52 UTC 2025 - 9.6K bytes - Viewed (0) -
Test::Tester::Capture.txt
use strict; package Test::Tester::Capture; our $VERSION = '1.302210'; use Test::Builder; our @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGIN { use Config; *...perldoc.perl.org/Test::Tester::Capture.txtRegistered: Tue Oct 21 07:21:15 UTC 2025 - 4.3K bytes - Viewed (0) -
Test2::Tools::Exports.txt
package Test2::Tools::Exports; use strict; use warnings; our $VERSION = '1.302210'; 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: Tue Oct 21 06:02:58 UTC 2025 - 3.9K bytes - Viewed (0)