|
|
| XP is just a number | |
| PerlMonks |
Re: perlcaller.plby Juerd (Abbot) |
| on Jan 21, 2002 at 17:42 UTC ( #140385=note: print w/ replies, xml ) | Need Help?? |
|
Why do you use TRUE and FALSE constants? Perl already has some sense of true and false ("", "0", 0 and undef are false, all other values are true). (Or the more evil !!$foo || 0 :))
In Section
Code Catacombs
|
|
||||||||||||||||||||||