Help for this page
my @input = <STDIN>; print 'Size: ', scalar(@input), " lines.\n";
@input[-50 .. -1]