Help for this page
open (FILE, '<', 'hostfile') or die "Could not open 'hostfile' : $!"; my @SERVERS = <FILE>; ... { #print OUTPUT "[$server]\n"; chomp($server);