http://www.perlmonks.org?node_id=966223


in reply to Login Website

You could try triggering the site's own submitLoginForm function with trigger_event:
# This won't work exactly, but it's a hint: $w->document->links->[0]->trigger_event('onclick');