Hi: How can I (in UNIX) start an xterm and run a command on it and get back to the perl program? I tried the following: system(XTERM_FILE_HANDLE,"|XTERM &"); print XTERM_FILE_HANDLE ls; the above did not work. I got an xterm but the command ls was not run. Thanks in advance. Satish --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]
- Re: help with system command Satish_Vadlamani
- Re: help with system command Douglas Wilson
- RE: help with system command Thomas_M