Help for this page

Select Code to Download


  1. or download this
    <!-- using GET will make the QUERY_STRING as mentioned in the previous
    + post, but.. that's not how it's supposed to be? -->
    <form action="minitest.cgi" enctype="multipart/form-data" method="GET"
    +>
    ...
     <input type="submit" value="send">
     <input type="hidden" name="pregeneratedID" value="123456">
    </form>
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
     print LOG $filename." ".$bytes_received. " - ".$data."\n";
     close (LOG);
    }