in reply to Re: How to write minimal command line interface?
in thread How to write minimal command line interface?

Instead of using Term::Shell you might want to use PPM::Term::Shell or copy the PPM::Term::Shell.pm into Term::Shell.pm. Same module, but the latter is a newer version.
  • Comment on Re: Re: How to write minimal command line interface?