Help for this page

Select Code to Download


  1. or download this
    use Test::More tests => 2;
    
  2. or download this
    $test_count = 2;
    use Test::More tests => $test_count;