Help for this page
use strict; use warnings; use Data::Dumper; # very handy to understand your data! ... print $list[1][5], "\n"; # prints sixth field on second row