Re: Automated POSTing of forms

Marc Langheinrich (marclang@cs.washington.edu)
Tue, 9 Jun 1998 10:57:12 +0900


>I have a script that registesrs people. After they enter their registration
>info at my page i would like my LWP perl script to go out and register
>people on other predetermined sites autmatically using the data they
>initially provided. This boils down to automatically POSTing form data to
>each indv. web site. Can LWP do this? If so, how?

sure. see "man lwpcook" - there's a whole section about how to POST with
LWP.

marc