in reply to Running a Shell Script Snippet in Perl

Seems you want to managed virtual machine, as everything else there's a cpan module for that :P.

search it here
  • Comment on Re: Running a Shell Script Snippet in Perl

Replies are listed 'Best First'.
Re^2: Running a Shell Script Snippet in Perl
by tpvinay (Initiate) on Apr 21, 2010 at 08:50 UTC
    Thanks for all the suggestions...I used the system() function, that did the trick.