Help for this page
# get_last returns an array reference for efficiency, # so we need to de-reference; hence the @{} around ... # last 20 elements of @lines [ @lines[$#lines-$from_last, $#lines] ]; }