my $result = qx($CommandGoesHere); $rc = $?; $rc = $rc >> 8 unless ($rc == -1);