Help for this page

Select Code to Download


  1. or download this
    # code not tested
    sub test_this {
    ...
      # now call a test or something that calls
      is_deeply test_this(), $expected, qw{whatever...};
    }