Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # ipn_test.cgi
    ...
    print "Content-Type: text/plain\n\n";
    printf "REQUEST\n%s\n",$req->as_string;
    printf "RESPONSE\n%s\n",$msg;
    
  2. or download this
    <html>
    <head></head>
    ...
    </form>
    </body>
    </html>