in reply to Re: Simulating UNIX's "tail" in core Perl
in thread Simulating UNIX's "tail" in core Perl
my thoughts exactly. I had a similar situation and just used tail within backquotes. you can control the lines outputted with tail just as you would on the command line.