in reply to Re: perl scripting helpin thread perl scripting help
The same way you would without using Perl at all. eg:
system ('xterm', '-e', 'ls && read line'); [download]
will happily leave the xterm open indefinitely until the user closes it (or submits a line).
🦛