?? "Bryan R Harris" <[email protected]>?
Not exactly a perl question, but I'd certainly like to use this with perl... Is it possible from one terminal window in linux (RH) to tell another terminal to execute a shell command, e.g. perl script, just as if you typed it there?
Is it the stuff perl's system() or `` does? system(...) or `...` will run another process but it's in the same terminal. I'm not sure why you want to open another terminal for tasks. :) -- Jeff Pang [email protected] -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
