Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
  2. or download this
    sub diehtml {
        print start_html('Error processing order'), @_, end_html(), "\n";
        exit 1;
    }