in reply to Re: Re: Intercept Call to another package
in thread Intercept Call to another package
Now, if you're talking about doing some sort of plugin idea ... that's getting really complicated, involving on-the-fly modifications to @ISA, etc. Essentially, what it sounds that you really want to do is create a dispatch table that would have, instead of a coderef, a list of coderefs (or function names) that would be called in that order.
There has to be a better way to do what you want to do.
Period.
Maybe if you started describing what it is you want to design for, we can help.
------
We are the carpenters and bricklayers of the Information Age.
Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Intercept Call to another package
by Foo::Bar (Acolyte) on Nov 29, 2001 at 01:08 UTC |