I am creating a program that takes user input through an HTML form and then sends that information to other Web pages. How do I send the form data I receive to other online forms and then submit that info so that it can be processed by their Web site? I then need to bring the processed results back, so I can organise and display them to the users of my system. Is LWP::UserAgent the way to go?