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>