in reply to (Ovid) Re: Please help!
in thread Submit form to multiple servers

If you only need to work with GETable forms, you can forego the LWP suite entirely by dynamically generating frames with appropriately crafted src attributes for each of the target forms.

The added bonus to going this way is you don't have to worry about authentication or people using your script to DoS others, since the actual GETing is done by the user's browser. :)

    --k.