Help for this page

Select Code to Download


  1. or download this
    #!perl
    use 5.010;
    ...
    lives_ok sub { require 'script' };
    
    done_testing;