in reply to running a shell script and entering commands in perl

Sounds like you're looking for either Expect (or possibly IPC::Run).

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re: running a shell script and entering commands in perl

Replies are listed 'Best First'.
Re^2: running a shell script and entering commands in perl
by Anonymous Monk on Sep 15, 2008 at 18:42 UTC
    Fletch Thanks a lot. I had been looking at Expect, but am not understanding it. Perhaps I need to look at it a lot more. I will also look at the IPC::Run Thanks again.