Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    GetOptions("fast" => \$do_fast_test) or die;
    
  2. or download this
    goto FAST_TEST_LABEL if $do_fast_test