in reply to Import module code from external files?
Module::Pluggable, loading the plugins in a BEGIN block, perhaps? If your big module is easily divided into independent pieces, this would probably do the job.
You might look at App::Cmd for an example of this. It lets you build a CLI from a base class plus appropriately-named plugins.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Import module code from external files?
by z_mikowski (Initiate) on Feb 17, 2010 at 23:14 UTC |