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