tpvinay has asked for the wisdom of the Perl Monks concerning the following question:
I am newbie here. I am writing a perl script which checks the Virtual Machines status in Linux
How can I embed following shell script into Perl script
Thanks in advancesudo virsh --connect xen:///system<<EOF list --all; EOF
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Running a Shell Script Snippet in Perl
by Anonymous Monk on Apr 21, 2010 at 07:18 UTC | |
|
Re: Running a Shell Script Snippet in Perl
by Anonymous Monk on Apr 21, 2010 at 08:12 UTC | |
by tpvinay (Initiate) on Apr 21, 2010 at 08:50 UTC |