Help for this page
while (<>) { push @data,$_; # adds $_ to the end of @data }
while (<>) { @data = $_; }