in reply to display data on an existing third party form

Tools such as WWW::Mechanize can automate form submissions and web interactions. If that is too much power for you, LWP::UserAgent and HTTP::Request can put together a form submission for you. In a pinch, CGI can even form a URL with form values. See the documentation of each one for examples.

--
brian d foy <bdfoy@cpan.org>
  • Comment on Re: display data on an existing third party form