On Thu, Feb 03, 2000 at 02:38:27PM -0500, [EMAIL PROTECTED] wrote:
> in Event.pm have stub subs like this which only load the real one and
> overload the sub's typeglob.
>
> sub Event::io {
>
> require 'Event/io.pm' ;
>
> *Event::io = \&Event::io::new ;
>
> goto &Event::io ;
> }
>
> how crazy/workable is that?
The idea is to avoid adding to the optree. io.pm isn't very long to
begin with so doing something like this is just going to erode an
already dubious savings of memory.
Graham, feel free to correct me. :-)
--
"Never ascribe to malice that which can be explained by stupidity."
via, but not speaking for Deutsche Bank