in reply to Re: Help with Perl for the Net
in thread Help with Perl for the Net

specifically, you want to try the param method from CGI.pm something like:
use CGI; $some = param(some);
should work.