?? "Bryan R Harris" <bryan_r_har...@raytheon.com>?
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 pa...@vfemail.net -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/