in reply to Re^2: Question about LWP::UserAgent
in thread Question about LWP::UserAgent

You will really, really want to use CGI.pm for reading form input.

I'm referring to the first two lines of that script. They will not work when you're using a GET request, for one.

See CGI for much more information how.