I'm embarrassed to say I've been working w/PERL as a secondary
tool for about 2 yrs. and don't know all about advanced
(intermediate even) data strucs. All I know is that when
I use cgi-lib.pl, I can get at my HTML text items by refing
$in{'NAME'} Being the lazy programmer that I am, I was
wondering if there was a slick way to automatically assign
all these "in" cgi fields to common scalars easily, e.g.
if I had a form containing HTML form text items NAME, ADDR
then have $NAME and $ADDR vars auto style, instead of having
to type $in{'NAME'} and in{'ADDR'}
Thanks a mil, Rob