Help for this page
#!/usr/bin/perl use warnings; ... throws_ok { show() } qr/Too few arguments/; done_testing();