in reply to Re: point to previous linein thread point to previous line
my @file = <AFILE>; # reading all file to an array for (@file) { ... } [download]