Help for this page

Select Code to Download


  1. or download this
    malformed header from script. Bad header=HTTP/1.1 302 Moved: index.cgi
    
  2. or download this
    sub paypal_redirect {
            my ($query, $total_cost) = @_;
    ...
            print $cgi->hidden(-name => 'currency_code', -value => 'USD');
            print $cgi->end_form;
    }