in reply to
CGI returns no data
See
CGI
for more, but it looks like you don't want to actually print the output ;) Taken from that same URL:
print $query->Dump
[download]
So in your case, try this as your last line:
print $CGIValues->Dump;
[download]
--
b10m
Comment on
Re: CGI returns no data
Select
or
Download
Code
In Section
Seekers of Perl Wisdom