in reply to breaking from a script
if (my $error = system("adduser","foo")) { die "Trouble brewing\n"; } [download]