Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2791 - 2800 of 3,812 for filetype:txt (0.04 sec)

  1. 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.txt
    Registered: Fri Apr 18 10:03:00 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Fri Apr 18 12:08:17 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Wed Apr 23 03:01:56 UTC 2025
    - 103.6K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Tue Apr 22 17:20:44 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Tue Apr 22 15:14:12 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  6. Test2::Manual::Tooling::Plugin::ToolStarts.txt

    package Test2::Manual::Tooling::Plugin::ToolStarts; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Plugin::ToolStarts - How to add behaviors that occur when a tool starts...
    perldoc.perl.org/Test2::Manual::Tooling::Plugin::ToolStarts.txt
    Registered: Tue Apr 22 15:28:02 UTC 2025
    - 3K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Tue Apr 22 15:21:17 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Tue Apr 22 16:28:55 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Tue Apr 22 14:46:25 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Tue Apr 22 20:55:11 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top