in reply to Re: Enlightment for a little french
in thread Please explain this (CGI) parsing routine

Simply use param() instead of accessing a hash:
use CGI ':standard'; my $val = param('foo');


ar0n ]