Help for this page

Select Code to Download


  1. or download this
    open(FILE,"< some_darn_file_or_another") 
           or do_something_else_besides_die();
    ...
    sub do_something_else_besides_die {
         printf "Belch!\n";
    }