Perl Monks,
I am looking for a way to launch a shell (or other interactive interface, such as MATLAB) from perl and have it sit in the background unseen, waiting for occasional commands issued from perl. The solution doesn't have to be strictly in perl. I've been trying to make it work using perl and named pipes, for instance. My environment is UNIX.
Thanks for your brain cycles,
~MB