|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: Is modifying the symbol table to redefine subroutines evil?by dragonchild (Archbishop) |
| on Apr 15, 2007 at 16:38 UTC ( #610212=note: print w/ replies, xml ) | Need Help?? |
|
A completely different way to solve this is to use Aspect-Oriented Programming (AOP). Your problem is that you want to do something when foo is called, but before foo executes and only the first time foo executes. Aspect would be the Perl way to do this, but I don't know how to remove advice with it, so I'll demonstrate using Dojo. This is a Javascript library.
My criteria for good software:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||