in reply to Re^2: Using SUPER in dynamically generated subs
in thread Using SUPER in dynamically generated subs
There is more than one way to use SUPER than the super() function. super() happens to be nice to look at but does suffer from that drawback. Use the $self->SUPER and $self->super methods instead. Those *don't* suffer from that problem.
⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using SUPER in dynamically generated subs
by clinton (Priest) on Nov 13, 2006 at 18:46 UTC | |
by chromatic (Archbishop) on Nov 13, 2006 at 20:47 UTC |