if (my $error = system("adduser","foo")) { die "Trouble brewing\n"; } [download]
In reply to Re: Checking For Errors by tadman in thread breaking from a script by hostux