Help for this page
foreach my $line (<FILE_FD>) { # pull records from replay file
while (my $line = <FILE_FD>) { # just read a line at a time