Help for this page

Select Code to Download


  1. or download this
    
    sub BEGIN {
    ...
        print "Won't go out of eval!\n" ;
      } ;
    
  2. or download this
    sub BEGIN {
      *CORE::GLOBAL::die = \&DIE_2_WARN ;
    ...
      } ;
      
      print "ERROR: $@\n" ;