in reply to perl login & URL data retrieval
Use WWW::Mechanize to automate this for you. See Installing Modules from the tutorials section, should you need help with that.
Update: If WWW::Mechanize fails due to the page using JavaScript (WWW::Mechanize does not support JavaScript) use WWW::Mechanize::Firefox which does support JavaScript.
|
|---|