Help for this page

Select Code to Download


  1. or download this
    print STDERR "1:$orderid:$remainingamount > $requestedamount\n";
    if ($remainingamount > $requestedamount) {
        bbcart::report_error(message => "$orderid:Amount approved by serve
    +r is more than the requested amount. So exiting.");
        die "Amount approved by server is more than the requested amount."
    +;
    }
    
  2. or download this
    This is perl, v5.8.8 built for i486-linux-gnu-thread-multi