How can I read and process 60 MB of text, line by line, but from the end to the beginning (last line first). -- I tried thinking of doing this by means of the Unix system statement "tail", but instead of returning one single line "tail" would return all the rest of the file. --
What possibilities would work with MacPerl? Would DB_File a way? It would be sufficient if there ist a way to revert the line sequence of that file. (Number them and put them into a SQL database?) Help is welcome. TIA, Detlef Lindenthal