in reply to Pressing buttons in html pages

Hi Hillel,

You should look at the WWW::Mechanize module.
Have a look at the documentation, it is easy to follow. If you need help installing modules check out A Guide to Installing Modules or A guide to installing modules for Win32 from the Tutorials section of this site. You may have to write some code to deal with the JavaScript, as WWW::Mechanize will not deal with this for you. If you are running windows you could have a look at Win32::IE::Mechanize, which should deal with the JavaScript.

Hope this helps.

Martin

Replies are listed 'Best First'.
Re^2: Pressing buttons in html pages
by Hillel (Initiate) on Dec 25, 2005 at 14:46 UTC
    Thanks, this seems to be what I was looking for.