Help for this page

Select Code to Download


  1. or download this
    sub fatal_error {
        my $err = $_[0];
    ...
    
        # display fatal error page, since this is in a web environment
    }
    
  2. or download this
    unlink $file or fatal_error("Couldn't delete $file: $!);