Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    is_deeply \@out, \@expect or diag explain \@out;
    
    done_testing;