in reply to Re^4: Executing command from perl script with input/output
in thread Executing command from perl script with input/output
That usually works, because you are simualting a terminal.my $pid=open3(\*WRITE, \*READ, \*ERROR, '/bin/bash'); print WRITE $cmd;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Executing command from perl script with input/output
by linuxfan (Beadle) on Aug 10, 2005 at 18:26 UTC | |
by zentara (Cardinal) on Aug 11, 2005 at 10:27 UTC | |
by linuxfan (Beadle) on Aug 12, 2005 at 21:15 UTC |