I see on the CGI web page that this:
===================================
use CGI;

$q = new CGI;

$query = $q->param( 'POSTDATA' );
===================================


will return the contents of this URI:

http://server/cgi.cgi?POSTDATA=posteddata

How do I code so that I don't have to use POSTDATA?

I know it's a silly question and probably obvious, but not to me

Thanks

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to