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