NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Write what you mean (Score:2)
If you just want to weed out empty strings and zeroes, but want to keep NULLs, do so explicitly:
Re:Write what you mean (Score:2)
Yes, explicitly stating what you want is much cleaner. Still, it would be interesting to create a three-value logic mode in Perl, one where you can know that "undefined" is not false, nor is it greater or less than 13.6 (for example).
Reply to This
Parent