Help for this page

Select Code to Download


  1. or download this
    # compile time
    use Test::More;
    
    # run time
    my $test_count = 2;
    plan( tests => $test_count );