Unable to get data after processing form

2004-01-27 Thread smrtalec
I'm using CGI::FormBuilder to input data to a database I've narrowed the problem down to the data not being passed to the insert_data subroutine. Either that or i'm not processing the data correctly. I snippet of the script it below. I am assuming the data returned from the $form-> is a string a

Automated script to connect to a web site and change the password

2004-01-27 Thread Mallik
Dear Friends, I need to write a Perl CGI script that connects to a website (like Yahoo) and change the Password for my user. I don't want to do it manually. It should be handled by the script. Please suggest any idea/code available. Thanks in advance, Mallik. ---