http://qs321.pair.com?node_id=316836


in reply to Form redirection

Specify a form action, like this:

print start_form(-action=>'some_page.pl'), table( Tr( td(), td(submit('edit')) ), ), end_form(), hr()

Also you might be interested in a JavaScript solution. :)