> The minimal-module approach can be managed nicely via Autosplit, which
> puts eash sub in its own module with a stub AUTOLOAD that snags things
> into core only when they are called

Note that if they do get called this will end up using more memory than if
you had just loaded them during startup, since they won't be shared between
child processes.
- Perrin

Reply via email to