Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: testing a non-existant hash entry...how to handle

by PrakashK (Pilgrim)
on Mar 01, 2002 at 15:08 UTC ( [id://148580]=note: print w/replies, xml ) Need Help??


in reply to testing a non-existant hash entry...how to handle

How about this?
my $page = $input->param('page') || $input->param('defaultpage'); if ($page) { # do stuff .... }
This seems cleaner to me.

/prakash

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-23 16:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found