OK. Advice taken. I have a moustache and I definitely don't wear diapers ;)

Thanks a lot,
Manas.


Quoting "JupiterHost.Net" <[EMAIL PROTECTED]>:

> 
> 
> Charles K. Clarkson wrote:
> 
> > Manas Kulkarni <[EMAIL PROTECTED]> wrote:
> > 
> > : %in = $query->Vars; # get the form data into a hash
> > : 
> > : foreach $key(keys %in) {
> > :  if($key eq 'sequences') {
> > :       $file_data = $in{$key};
> > :  }
> > : }
> > 
> >    Arrgh! I have never understood the desire to immediately 
> > place all parameters in a hash. This replaces all that.
> 
> 
> I hear ya!
> 
> Left overs from the old cgi-lib days when it was all pput in %FORM or
> 
> %IN or something like that :)
> 
> It is much wiser to use CGI for param() and upload() and not
> reverting 
> back to ancient ways :)
> 
> Like growing your first mustache but still wearing diapers ;p
> You can do it if you want but its a bit odd :)
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> 
> 
> 
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to