Help for this page

Select Code to Download


  1. or download this
    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)