in reply to Re: Is modifying the symbol table to redefine subroutines evil?
in thread Is modifying the symbol table to redefine subroutines evil?
Seriously, what's wrong with a much easier approach like this?
It could be much easier to read:
if (not $FOO_HAS_BEEN_CALLED) {... if it were instead:
unless ($FOO_HAS_BEEN_CALLED) {Otherwise, it seems reasonable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is modifying the symbol table to redefine subroutines evil?
by perrin (Chancellor) on Apr 12, 2007 at 18:29 UTC |