Hi All,
I was able learn and understand use LWP::UserAgent... But guys now i'm struck up in another place... Actually i have to first login to https://secure.mycompany.com/malaysia/login.asp and then after login the page redirects to main.asp and from there the original page is data_fetch.asp where i need to pass the serialnumber and submit the form and get data... The problem i'm having is "How to handle this login page??" because the data_fetch.asp is using session and i need to manage the session.... Can you guys help me how to handle login.asp and data_fetch.asp at single pl script to get data?????????