in reply to Re: Re: Re: Re^3: Naming Subs
in thread Naming Subs
Hm. In your code, you have to explicitly exclude the subs, or put them in a different pacakge. In a hash-based implementation, you have to explicltly put the subref in the hash.
Consider that the "back of the envelope" code with the hash-based dispatch table does this kind of checking implicltly, whereas the symref code doesn't do it at all.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re^3: Naming Subs
by dug (Chaplain) on Jan 13, 2003 at 05:44 UTC | |
by Ionizor (Pilgrim) on Jan 13, 2003 at 21:34 UTC |