i have no problems with that code. i see nothing wrong. is everything in the right folders/directories? are you using strict and warnings?
Update: there will be a performance hit with this implementation. i don't know the full situation and you might decide to go through with this anyway... just be careful. it seems like this could be a dangerous technique if its just to reduce typing.
The why by tvakah(Novice) on Jul 31, 2000 at 21:58 UTC
Basically it is to make an API like module that will pull in functions from various modules. That way I can simply say use foo; instead of pulling in and instantiating many modules.