in reply to Re: Weird mod_perl Regex '0' behavior.
in thread Weird mod_perl Regex '0' behavior.
And it failed!my $zero = "0"; if ( $zero eq "0" ) { do_something(); } else { do_something_else(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Weird mod_perl Regex '0' behavior.
by perrin (Chancellor) on Sep 25, 2008 at 17:25 UTC | |
by vansance (Initiate) on Sep 25, 2008 at 17:54 UTC | |
by perrin (Chancellor) on Sep 25, 2008 at 18:15 UTC |