I currently have multiple flatfile database. I access the infomation in them by doing the open sequence and then by: @cinfo = <FILEHANDLE>;
Then I get the indiviual scalars by using $cinfo[0], $cinfo[1] etc....
The problem is that I need the $cinfo[1] to go back to 0 on ALL of the .txt files in the directory.