in reply to Eval, assignments, and empty string/undef
This works as expected (IE does not die) for any value of $foo except undef or empty string
It would also fail for $foo = 0; ## 0.0, '0' etc.. Also, your or do{ die ... }; could simply be or die...; if you've nothing else to do before you die.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Eval, assignments, and empty string/undef
by Anonymous Monk on Mar 26, 2010 at 16:44 UTC |