in reply to Re: Nested evals - are they evil? (sample benchmarks)
in thread Nested evals - are they evil?
sub no_eval_code { for (reverse 0..9) { if ($_==0) { error_sub(); } else { { my $x = 100/$_; } } } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Nested evals - are they evil? (sample benchmarks)
by cLive ;-) (Prior) on Jul 31, 2007 at 17:57 UTC |