in reply to Run one perl script from another?
A saner approach ;) would be to use something like LWP::UserAgent to automate the procedure of filling in the form and submitting it. Then, you could use something like HTML::Parser to create your own parser, so that you could sift through the resulting 'page' and make sure nothing bad happened.
I have a script that does batch document uploads to my web application using this technique, and it seems to work quite well.
|
|---|