- or download this
foreach (@host)
{
check($_, $port);
}
- or download this
for(@host){
$stout = run($_);
...
$success++;
last;
}
- or download this
-----------------------------------
--the good, the bad and the physi--
-----------------------------------