in reply to How to write minimal command line interface?

Maybe you're looking for Term::Shell?

Makeshifts last the longest.

  • Comment on Re: How to write minimal command line interface?

Replies are listed 'Best First'.
Re: Re: How to write minimal command line interface?
by shushousukuriputo (Initiate) on Dec 29, 2003 at 13:03 UTC
    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.