Help for this page
#!/usr/bin/perl use strict; ... warn "Failed to doStuff for '$host': $@\n"; }; }
for my $host (@ipconadd) { doStuff($host); }