Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: CGI Not Returning Parameter that's there

by GrandFather (Saint)
on Mar 21, 2009 at 22:40 UTC ( [id://752304]=note: print w/replies, xml ) Need Help??


in reply to Re: CGI Not Returning Parameter that's there
in thread CGI Not Returning Parameter that's there

A more important reason for deciding between if ...; if ...; ... and if ... elsif ... is to indicate intent. A string of if statements indicates that any combination of them may be true. An if/elsif chain indicates that only one may be true.

Efficiency differences in this case are most likely trivial, but the difference in information conveyed between the writer and reader of the code is highly significant!


True laziness is hard work

Log In?
Username:
Password:

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

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

    No recent polls found