foreach $host (keys %hosts){ print "$host"; if ( $hosts{$host} ) { print ""; } else {print ""; } }