in reply to Can I unrequire code to disable it's subroutines?

Not to my knowledge, but you can always put the routines from your library files into a specific package and call them by their fully qualified names. Or: make FileFinder into an object, which won't require importing its methods, or do the namespacing trick with filefinder.pl

Replies are listed 'Best First'.
Re: Answer: Can I unrequire code to disable it's subroutines?
by runrig (Abbot) on May 26, 2001 at 00:18 UTC