Help for this page
my $command = qq[$SSH root\@$one for i in \$(lspv | awk '{print \$1}') +; do bootinfo -s \$i; done | awk '{sum+=\$1}END{print (sum\/1024)}']; warn "[[$command]]"; my $space = qx($command)