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


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

What anonymous monk is saying is that there are plenty of example of App::Cmd and App::Cmd::Simple on CPAN. I looked through all of the above and didnt see any with subcommand processing.
  • Comment on Re^2: scripting frameworks - a cursory glance

Replies are listed 'Best First'.
Re^3: scripting frameworks - a cursory glance
by Anonymous Monk on Mar 19, 2010 at 13:57 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::.