Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: CGI Not Returning Parameter that's there

by ruzam (Curate)
on Mar 22, 2009 at 04:24 UTC ( [id://752340]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://752340]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-29 15:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found