while ( defined($data = <$fh>) ) { # do something ... # usually: chomp($data); }