Help for this page

Select Code to Download


  1. or download this
    if($opt_t){
       eval 'use Test::Simple tests => 3;';
    ...
       ok(double(0) == 0);
       exit;
    }