- or download this
#!/usr/bin/perl
...
like( $data, $regex, "Matching my regex" );
done_testing;
- or download this
#!/usr/bin/perl
...
ok( mysub(), "Should return true" );
done_testing;
- or download this
#!/usr/bin/perl
...
line two.....
....
line ten.....