http://qs321.pair.com?node_id=752340


in reply to CGI Not Returning Parameter that's there

You might want to try:

my $h = $q->url_param('h');

If you're mixing URL parameters with GET/POST forms the results may not be where you expect. I make it a habit of checking url_param() if param() is undefined.