Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        print "command2 on $server\n";
        system("command2")==0 or die "command2 \$?=$?";
    }