in reply to Not Using So Many 'if' Statements

Hi ,

foreach $stout(@host){ run($stout) == 256? print "$stout not responding" : exit() +; }