Re: extracting params to a hash

2002-03-05 Thread Jeff 'japhy' Pinyan
On Mar 4, Shaun Fryer said: >I'm trying to convert an old script that used cgi-lib.pl over to using >CGI.pm. In order to save time I'd like to simply do something like >what follows (though that doesn't actually work it seems). > >%in = param; param() only returns field names. But why not just

extracting params to a hash

2002-03-05 Thread Shaun Fryer
I'm trying to convert an old script that used cgi-lib.pl over to using CGI.pm. In order to save time I'd like to simply do something like what follows (though that doesn't actually work it seems). %in = param; Any ideas? === Shaun Fryer === London Webmasters h