Help for this page

Select Code to Download


  1. or download this
    sub test1 {
       eval {return 1};
       return 0;
    ...
       return $tmp;
    }
    print test1(), test2();