local $/ = "\r\n"; open(FILE, "environments.txt); my @temp = ; foreach my $line (@temp){ chomp($line); print $line; }