|
|
| There's more than one way to do things | |
| PerlMonks |
Re^3: Or Operatorby wolv (Monk) |
| on Jul 31, 2004 at 04:49 UTC ( #378866=note: print w/ replies, xml ) | Need Help?? |
|
Then again, if there is a chance that $cgi->param("page") will be 0 - and you want to accept that, || will not work correctly. We'll get // (defined-or) in Perl 5.10, fortunately.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||