Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    throws_ok { show() } qr/Too few arguments/;
    
    done_testing();