Help for this page
while (<IN_LOG>) { push (@array,$_); } }
while (<IN_LOG>) { chomp; push (@array,$_); }