http://www.perlmonks.org?node_id=951535


in reply to Re^3: Run a shell command in a new terminal from a perl script?
in thread Run a shell command in a new terminal from a perl script?

That did not work.

I got an error saying: sh: xterm: command not found

  • Comment on Re^4: Run a shell command in a new terminal from a perl script?

Replies are listed 'Best First'.
Re^5: Run a shell command in a new terminal from a perl script?
by Khen1950fx (Canon) on Feb 03, 2012 at 05:04 UTC
    You need to install xterm.
    sudo apt-get install xterm

    Or get the source:

    xterm