what would be there preferred method for parsing through large text files (70+ MB each). I have a number of these to parse, they are tab delimited, and I need to parse through them line by line and insert the info into a database.
Would Tie::File be useful in this situation?