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');

Replies are listed 'Best First'.
Re^2: Login Website
by crazy5655 (Initiate) on Apr 23, 2012 at 10:20 UTC
    No luck, can anybody suggest

      Well, are you married to the idea of using WWW::Scripter? I've had a great deal of success using WWW::Selenium for automating javascript-heavy web pages. Might be worth looking into?