When using perl in cgi, I know that to get values passed with POST content, you
use the <STDIN> function thing. How do you get the values from forms with GET specified as the form action?
Would it be the ARGV command? Whether it is or not, could someone tell me how to get these values?