Help for this page
my @data = map { chomp; $_ } <$fh>;
open my $write_fh, '<', 'temp.txt' or die $!;