Forum Moderators: coopster & phranque

Message Too Old, No Replies

Perl form submit and get contents?

Sort of a little new to Perl.

         

neoaddict

1:48 am on Jan 18, 2006 (gmt 0)



I need a script that can submit form info to a page, then after logging in, go to another page and get the contents of it.

I don't need the redirecting part because it's already in the form info.

perl_diver

3:12 am on Jan 18, 2006 (gmt 0)

10+ Year Member



You can't submit form data to a page, you submit form data to a script, the script does something with the data. Try looking around on www.hotscripts.com for form submission scripts, maybe one will be close to what you are looking for.

bennymack

2:54 pm on Jan 18, 2006 (gmt 0)

10+ Year Member



WWW::Mechanize