Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2791 - 2800 of 3,812 for filetype:txt (0.05 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::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)
  7. Test2::Require::Threads.txt

    package Test2::Require::Threads; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/CAN_THREAD/; sub skip { return undef if CAN_THREAD; return "This ...
    perldoc.perl.org/Test2::Require::Threads.txt
    Registered: Tue Apr 22 21:19:49 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  8. Test::Simple.txt

    package Test::Simple; use 5.006; use strict; our $VERSION = '1.302199'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); our @EXPORT = qw(ok); my $CLASS = __PACKAGE__; =head1 NAME T...
    perldoc.perl.org/Test::Simple.txt
    Registered: Wed Apr 23 05:49:18 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  9. Thread::Semaphore.txt

    package Thread::Semaphore; use strict; use warnings; our $VERSION = '2.13'; $VERSION = eval $VERSION; use threads::shared; use Scalar::Util 1.10 qw(looks_like_number); # Predeclarations for interna...
    perldoc.perl.org/Thread::Semaphore.txt
    Registered: Wed Apr 23 04:59:45 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  10. Test2::Tools::Tester.txt

    package Test2::Tools::Tester; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Util::Ref qw/rtype/; BEGIN { if (eval { no warnings 'deprecated'; require Module::P...
    perldoc.perl.org/Test2::Tools::Tester.txt
    Registered: Wed Apr 23 04:48:46 UTC 2025
    - 7.5K bytes
    - Viewed (0)
Back to top