Help for this page

Select Code to Download


  1. or download this
    sub exit_with_msg {
        my ($message,$returnid) = @_;
    ...
        print "RETURNID: $returnid\n";
        exit 0;
    }