Help for this page
use strict; use warnings; ... my @column = map { $_->[$col] } @lookback; print Dumper \@column;