tsathish123 has asked for the wisdom of the Perl Monks concerning the following question:
Below is my question
I start the process in Linux. Give input through terminal or command window to the process to do different set of actions.
I would like to automate the same by using perl script.
Like start the particular process. After process started, I would like to give input to the process like i give through keyboard to terminal.
Since i am a beginner to perl language. Please help me by giving ideas or example code snippet.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to give input to terminal (command window) in perl
by Discipulus (Canon) on Aug 25, 2016 at 06:55 UTC | |
|
Re: How to give input to terminal (command window) in perl
by kcott (Archbishop) on Aug 25, 2016 at 06:36 UTC | |
|
Re: How to give input to terminal (command window) in perl
by Marshall (Canon) on Aug 25, 2016 at 19:51 UTC |