in reply to Re: Getting hash of CGI variables
in thread Getting hash of CGI variables

I didn't realize the POD was giving me two separate examples (could my newbieness be any more obvious.... <sigh>)...</sigh>

Worked like a charm once I changed the "Dump" to "Dumper" (got an error message about "Dump" so I tried "Dumper" and it worked), but I now have a simple list of my parameters. Thanks!!

Lori

Replies are listed 'Best First'.
Re: Re: Re: Getting hash of CGI variables
by Zed_Lopez (Chaplain) on Jan 23, 2004 at 07:56 UTC

    Yeah, sorry about that -- obviously my fingers were thinking about YAML, not Data::Dumper.