in reply to Re^2: perl scripting help
in thread perl scripting help

The same way you would without using Perl at all. eg:

system ('xterm', '-e', 'ls && read line');

will happily leave the xterm open indefinitely until the user closes it (or submits a line).


🦛