in reply to Re^3: Dealing with abstract methods in Perl 5.8
in thread Dealing with abstract methods in Perl 5.8
You got a point with END block... I didn't thought about the performance penalty that might occurs if lots of objects are used (even thought this kind of issue should happen only during developing time).
One thing that occurred me: using END blocks will not be an issue if the program is being executed as persistent way like a server or thru mod_perl, for example?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Dealing with abstract methods in Perl 5.8
by samtregar (Abbot) on Apr 25, 2007 at 16:55 UTC |