Help for this page

Select Code to Download


  1. or download this
    <http:serverpost
       id="foo" #i used 'name' before... that did not work.
       targetURL="/cgi-bin/logger.pl"
       onHTTPResponseReceived="alert('this.responseText;')"
    />
    
  2. or download this
    #!/usr/bin/perl -w
    use CGI;
    ...
    my $code = $q->param('code');
    
    #sql things follow...