> Thanks for the input. One thing I forgot to mention was that the site > uses javascript which caused me to turn to perl as lynx does not support > it.
You will have to determine manually how the website uses javascript and code LWP::UserAgent appropriately to send the correct information in the POST/GET requests as well as cookies. I did this to get my balances from my bank's online services - it's a pain to get working right but works well once you do. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>