Jonathan Vanasco wrote:
> 
> On Aug 31, 2006, at 11:17 AM, Daniel B. Hemmerich wrote:
> 
>> Anyone have a code snippet of a routine that will parse both POST and
>> GET user input and place it into a hash?
> libapreq -> param ?

or just CGI. It's come standard with perl for ages now.

my $cgi = CGI->new();
my $vars = $cgi->Vars();

-- 
Michael Peters
Developer
Plus Three, LP

Reply via email to