I am trying to create a web page. When I looked up how to decode URL encoded data in the Perl FAQs it told me:
"You use a standard module, probably CGI.pm. Under no circumstances should you attempt to do so by hand!" (URL: http://www.perldoc.com/perl5.8.0/pod/perlfaq9.html#How-do-I-decode-a-CGI-form- ) There doesn't seem to be what I want in CGI.pm. (I want to create a %GET and %POST hash of the form $HASH{NAME} = VALUE). This seems kind of silly. Can anyone explain to me why this is? -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]