Help for this page
for($i=0;$i<3;$i++){ ... if($i == 2){ $port=53; } ... }
for my $port (80, 443, 53) { ... }