[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Module Loaders and loadlib()
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 20 May 2005 09:38:07 -0300
> But I was wondering about a way of adding a loader for just one
> package.
Add the loader to the preload table:
package.preload.modname = function_to_load_it
-- Roberto