in reply to Facebook login
if the information on facebook is accessible without javascript (just turn of javascript and check if you see the relevant information) then one of the best modules to use is WWW::Mechanize
If you need javascript then you either have to decode how the javascript gets its information (basically that is done through http accesses as well, but you need to find out the adresses). Or you can use WWW::Mechanize::Firefox which uses the browser as javscript engine
|
|---|