Help for this page

Select Code to Download


  1. or download this
    eval { main () };
    
    ...
        # do everything 
        ...
    }
    
  2. or download this
    eval { main () };
    print STDERR "# $0: ", $@
    ...
    }
    
    sub test_sub { die "test_sub dies" }