Help for this page

Select Code to Download


  1. or download this
    sub create_order_file {
            
    ...
        close ORDERFILE or warn "Something fishy with closing the order: $
    +!\n";
        
    }
    
  2. or download this
    sub diehtml {
        print start_html('Error processing order'), @_, end_html(), "\n";
        exit 1;
    }