http://www.perlmonks.org?node_id=829628


in reply to Re^2: scripting frameworks - a cursory glance
in thread scripting frameworks - a cursory glance

Actually App::Cmd::Tutorial does reference subcommands.

Quoting:
When a new application instance is created, it loads all of the command classes it can find, looking for modules under the Command namespace under its own name. In the above snippet, for example, YourApp will look for any module with a name starting with YourApp::Command::.

  • Comment on Re^3: scripting frameworks - a cursory glance