I see that some form gives arguments to a cgi script using the method POST
I need to simulate this form submission, retrieve the results and display it in the way I want to.
If it allowed GET method, I would do it with a simple usage of get in the LWP::Simple module, but with a longer url...
I use CGI and LWP::Simple, is it possible to do that?
thanx.