Help for this page

Select Code to Download


  1. or download this
    if ( ! defined $id ) {
        die "Why is this ID not defined?"
    ...
        # more
        # lines
    }
    
  2. or download this
            # blah
            # blah
    ...
       unlink $tmpfile;
       return undef;
    }