sub bail_out2 { my $message = shift # output error in html # exit with 1 because it's a failure exit(1); }