Help for this page

Select Code to Download


  1. or download this
    <form method="post" action="http://...">
    <div class="ABC">
    ...
    <div class="spacer"></div>
    </div>
    </form>
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    # Now post the poll form to the URL given in the source code under act
    +ion="http://...".
    $agent -> post( 'http://...' );