in reply to running an interactive only program using perl

If the program needs /dev/tty (if the piped-in examples don't work) or interaction, look at Expect, which can interact with a pseudo-tty running your application. I'm writing up a magazine article on that right now, in fact.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re: running an interactive only program using perl