Re: extracting params to a hash

2002-03-05 Thread Brett W. McCoy
On Tue, 5 Mar 2002, Jeff 'japhy' Pinyan wrote: > 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 =

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

Re: extracting params to a hash

2002-03-05 Thread zentara
On Mon, 4 Mar 2002 13:48:34 -0500 (EST), [EMAIL PROTECTED] (Shaun Fryer) wrote: >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; >

extracting params to a hash

2002-03-04 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