Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 1,316 for label:perl (0.28 sec)

  1. Text::Balanced.txt

    # Copyright (C) 1997-2001 Damian Conway. All rights reserved. # Copyright (C) 2009 Adam Kennedy. # Copyright (C) 2015, 2022 Steve Hay and other contributors. All rights # reserved. # This module is...
    perldoc.perl.org/Text::Balanced.txt
    Registered: Fri Aug 29 08:14:34 UTC 2025
    - 78.9K bytes
    - Viewed (0)
  2. Test::Tutorial.txt

    =head1 NAME Test::Tutorial - A tutorial about writing really basic tests =head1 DESCRIPTION I<AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me...
    perldoc.perl.org/Test::Tutorial.txt
    Registered: Fri Aug 29 06:33:48 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  3. Test2::Tools::Spec.txt

    package Test2::Tools::Spec; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use Test2::Workflow qw/parse_args build current_build root_build init_root build_stack/; use Tes...
    perldoc.perl.org/Test2::Tools::Spec.txt
    Registered: Fri Aug 29 03:32:57 UTC 2025
    - 16.3K bytes
    - Viewed (0)
  4. autodie::Util.txt

    package autodie::Util; use strict; use warnings; use Exporter 5.57 qw(import); use autodie::Scope::GuardStack; our @EXPORT_OK = qw( fill_protos install_subs make_core_trampoline on_end_of_compile_s...
    perldoc.perl.org/autodie::Util.txt
    Registered: Fri Aug 29 07:42:39 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  5. Test2::Manual::Tooling::FirstTool.txt

    package Test2::Manual::Tooling::FirstTool; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Tooling::FirstTool - Write your first tool with Test2. =head1 DESCRIPTION This tutorial w...
    perldoc.perl.org/Test2::Manual::Tooling::FirstTool.txt
    Registered: Fri Aug 29 05:06:58 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  6. Test2::Util::Sig.txt

    package Test2::Util::Sig; use strict; use warnings; our $VERSION = '1.302210'; use POSIX(); use Test2::Util qw/try IS_WIN32/; our @EXPORT_OK = qw{ try_sig_mask }; BEGIN { require Exporter; our @ISA...
    perldoc.perl.org/Test2::Util::Sig.txt
    Registered: Fri Aug 29 06:58:28 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  7. Test2::EventFacet::Parent.txt

    package Test2::EventFacet::Parent; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/confess/; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::...
    perldoc.perl.org/Test2::EventFacet::Parent.txt
    Registered: Fri Aug 29 05:16:00 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  8. Test2::Plugin::BailOnFail.txt

    package Test2::Plugin::BailOnFail; use strict; use warnings; our $VERSION = '1.302210'; use Test2::API qw/test2_add_callback_context_release/; my $LOADED = 0; sub import { return if $LOADED++; test...
    perldoc.perl.org/Test2::Plugin::BailOnFail.txt
    Registered: Fri Aug 29 02:40:25 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  9. Test2::Require::NonInteractiveTesting.txt

    package Test2::Require::NonInteractiveTestin; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; sub skip { my $class = shift; return undef if $ENV{'NONINTERACTIVE_TEST...
    perldoc.perl.org/Test2::Require::NonInteractiveTesting.txt
    Registered: Fri Aug 29 04:13:56 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  10. Unicode::Collate::CJK::GB2312.txt

    package Unicode::Collate::CJK::GB2312; 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::GB2312.txt
    Registered: Fri Aug 29 11:19:22 UTC 2025
    - 34.4K bytes
    - Viewed (0)
Back to top