I am using ActiveState Perl on a Windows machine and have a 75MB log file. I would like to know the best way to either read just the last 20000 lines of the file so that I can either output that to a helper file or use it in another logparsing program that I have to develop. Thanks for your help.