while (my $line = ) { chomp($line); # you probably want to do this # do whatever with contents of $line }