|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Run a shell command in a new terminal from a perl script?by Eliya (Priest) |
| on Jan 31, 2012 at 23:34 UTC ( #951097=note: print w/ replies, xml ) | Need Help?? |
|
Which platform? On Unix you can (for example) do something like this
which would print 20 ines in a new xterm, and wait for you to press enter to close the terminal again. The -e option specifies the command to run in the xterm (some perl, here). Virtually any other terminal has similar facilities. Is that what you are trying to do?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||