in reply to CGI returns no data

$CGIValues->Dump();
What are you expecting that to do, when it says this on the manpage:
The Dump() method produces a string consisting of all the query's name/value pairs formatted nicely as a nested list. This is useful for debugging purposes: print $query->Dump

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.