in reply to Input from Standard Input
my @input = <STDIN>; print 'Size: ', scalar(@input), " lines.\n"; [download]
@input[-50 .. -1] [download]