I dont know if this is possible through perl (if not I'll write a VB program that grabs the info and passes it to perl) but I need to write a perl program that posts a user name and password to a form, and then after the user is logged in, the next pages html code is stored in a variable
The reason I need to do this is, I'm automating my Ebay account and I want it to log into my account, grab the first webpage and email all the winning bidders a URL on where to download their programs. I can do the latter part of the program myself using snippits of code (I never really got to far into perl) but I dont know how to post data to a form and get the next web page. any help would be greatly apreachiated!