in reply to Two operating systems.

You can easily install Perl within the virtual machine and have it request jobs from the outside, for example via http. Or you can run an ssh server in the virtual machine and then run commands inside the virtual machine by using one of the SSH clients that can be automated by Perl.

Replies are listed 'Best First'.
Re^2: Two operating systems.
by rgb96 (Acolyte) on Feb 16, 2009 at 17:13 UTC
    good ideas. I think that's what I'll do.