in reply to Not Using So Many 'if' Statements
foreach $stout(@host){ run($stout) == 256? print "$stout not responding" : exit() +; } [download]