in reply to Re: Re: Stringifying undefs
in thread Stringifying undefs
I mean, not to be rude or anything, but have you considered that there's a LOT of Perl code out there which would break badly if undef and zero were the same concept?
If you're using any modules in your application, they're going to be hosed. If your code is so insular that you're not using other people's modules, then it should be pretty straightforward to rewrite the code so it agrees with such fundamental Perl values.
--
[ e d @ h a l l e y . c c ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Stringifying undefs
by BUU (Prior) on Mar 02, 2004 at 22:41 UTC |