in reply to Re: Baby Steps
in thread Baby Steps "if" behavior?
(Obviously, there's more to it than that, but anyone who knows enough to ask this question ought to know what else to add.)print "Undefined parameter: >>"; print defined ($q->param('undefined')) ? "defined" : "not defined"; print "<<\n<p>";
|
|---|