Re: Mem usage of modules

2002-04-13 Thread Sammy Lau
; http://perl.apache.org/guide/performance.html#Be_Careful_with_Symbolic_Links > > > (in fact all the auk_ scripts are sym > > links to the same script auk) ? > > > > Thanks > > Pawel -- Sammy Lau mailto: [EMAIL PROTECTED] - Tell me what you want and I'll tell you how you can live without it.

Determine which subroutine to call at runtime

2000-09-29 Thread sammy
ores subroutine name and the corresponding anonymous sub reference. The caller could determine which subroutine to call by getting the sub ref from the hash with the subroutine name. Below is the prototype I've written. Any suggestion/comment are highly appreciated. Thanks a lot. --