I am trying to write a shutdown script in perl (new to perl programming) my modifying the ghettoshudown script. What it does so far is shutdown or suspend all virtual machines
on a host, but it does not shut them
down in a specific order (which is the end goal). Is there anyway to do
this in perl, possibly using an external file. Any help would be
greatly appreciated.
I have attached what I have thus far.