- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2791 - 2800 of 3,812 for filetype:txt (0.05 sec)
-
exit.txt
=over =item exit EXPR X<exit> X<terminate> X<abort> =item exit Evaluates EXPR and exits immediately with that value. Example: my $ans = <STDIN>; exit 0 if $ans =~ /^[Xx]/; See also L<C<die>|/die LI...perldoc.perl.org/functions/exit.txtRegistered: Fri Apr 18 10:03:00 UTC 2025 - 1.4K bytes - Viewed (0) -
shift.txt
=over =item shift ARRAY X<shift> =item shift Removes and returns the B<first> element of an array. This shortens the array by one and moves everything down. my @arr = ('cat', 'dog'); my $item = shi...perldoc.perl.org/functions/shift.txtRegistered: Fri Apr 18 12:08:17 UTC 2025 - 1.2K bytes - Viewed (0) -
Unicode::Collate::CJK::Pinyin.txt
package Unicode::Collate::CJK::Pinyin; 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::Pinyin.txtRegistered: Wed Apr 23 03:01:56 UTC 2025 - 103.6K bytes - Viewed (0) -
Test2::Tools::Subtest.txt
package Test2::Tools::Subtest; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/context run_subtest/; use Test2::Util qw/try/; our @EXPORT = qw/subtest_streamed subtest_buffer...perldoc.perl.org/Test2::Tools::Subtest.txtRegistered: Tue Apr 22 17:20:44 UTC 2025 - 3.7K bytes - Viewed (0) -
Test2::Tools::Defer.txt
package Test2::Tools::Defer; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Util qw/get_tid/; use Test2::API qw{ test2_add_callback_exit test2_pid test2_tid }; ...perldoc.perl.org/Test2::Tools::Defer.txtRegistered: Tue Apr 22 15:14:12 UTC 2025 - 3.3K bytes - Viewed (0) -
Test2::Manual::Tooling.txt
package Test2::Manual::Tooling; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling - Manual page for tool authors. =head1 DESCRIPTION This section co...perldoc.perl.org/Test2::Manual::Tooling.txtRegistered: Tue Apr 22 15:21:17 UTC 2025 - 2.5K bytes - Viewed (0) -
Test2::Require::RealFork.txt
package Test2::Require::RealFork; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/CAN_REALLY_FORK/; sub skip { return undef if CAN_REALLY_FORK; re...perldoc.perl.org/Test2::Require::RealFork.txtRegistered: Tue Apr 22 16:28:55 UTC 2025 - 1.5K bytes - Viewed (0) -
Test2::Require::EnvVar.txt
package Test2::Require::EnvVar; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; my ($var) = @_; confess "no envir...perldoc.perl.org/Test2::Require::EnvVar.txtRegistered: Tue Apr 22 14:46:25 UTC 2025 - 1.3K bytes - Viewed (0) -
Test2::Manual::Tooling::Testing.txt
package Test2::Manual::Tooling::Testing; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Testing - Tutorial on how to test your testing tools. =h...perldoc.perl.org/Test2::Manual::Tooling::Testing.txtRegistered: Tue Apr 22 20:55:11 UTC 2025 - 4.4K bytes - Viewed (0) -
Test2::IPC.txt
package Test2::IPC; use strict; use warnings; our $VERSION = '1.302199'; use Test2::API::Instance; use Test2::Util qw/get_tid/; use Test2::API qw{ test2_in_preload test2_init_done test2_ipc test2_h...perldoc.perl.org/Test2::IPC.txtRegistered: Tue Apr 22 19:23:02 UTC 2025 - 3.1K bytes - Viewed (0)