in reply to TIMTOWTDI but how do you use Perl to create CLI scripts?

After some experiments with a variety of Getopt modules and other stuff, I eventually got into the habit of using MooseX::App::Cmd, especially for stuff which is "just for myself", and found it to be pretty rewarding in the long run. Here are some of the points I like:

I'd probably hesitate, though, to use MooseX::App::Cmd for commands which are to be released with a small module or package because of its impressive list of dependencies.

  • Comment on Re: TIMTOWTDI but how do you use Perl to create CLI scripts?