open(FILE,"< some_darn_file_or_another") or do_something_else_besides_die(); | } sub do_something_else_besides_die { printf "Belch!\n"; }