|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re: Needed Guidance: Linux terminal automationby zek152 (Pilgrim) |
| on Jun 09, 2011 at 14:33 UTC ( [id://908920]=note: print w/replies, xml ) | Need Help?? |
|
Why do you need a perl script to run other perl scripts. Couldn't you just put the functionality of the scripts into the same script? Some background will be helpful as to what you are trying to accomplish. A different approach might be better. For example 'tabs' are a device to make things easier for humans. Programs dont need to run in tabs. To run a command in the background you can append a '&' to the command. For example if I wanted to run firefox and continue using the terminal i would type "$ firefox &". Likewise if i were trying to launch multiple perl scripts at the same time I would write a bash script that consisted of something like:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||