$VirtualHost{'myip'}=[]; open F,"domainlist.txt" or die $!; while() { chomp($_); push @{$VirtualHost{'myip'}}, { ServerName => $_, DocumentRoot => '/home/foo/bar' } }