in reply to Perl to automate CGI query?

I just wanted to add: there is no such thing as a "cgi form". There is something called an "html form", and whether it was produced by a cgi script or not is irrelevant.

Replies are listed 'Best First'.
Re^2: Perl to automate CGI query?
by Sherm (Sexton) on Feb 22, 2011 at 23:13 UTC
    Well, if you want to get really technical about it, there is something called an HTTP POST Request; as is shown by the above answer, whether it was submitted from an HTML form is irrelevant. :-)
Re^2: Perl to automate CGI query?
by Cody Fendant (Hermit) on Feb 23, 2011 at 04:50 UTC
    To be fair, that form submits to a script which has ".cgi" on the end of it, and that's what I think they meant.