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


in reply to scripting frameworks - a cursory glance

  • Comment on Re: scripting frameworks - a cursory glance

Replies are listed 'Best First'.
Re^2: scripting frameworks - a cursory glance
by metaperl (Curate) on Mar 18, 2010 at 15:17 UTC

      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::.