Help for this page
my $start = (split / /, $data[146])[3];
my $start=(split(/ /,$data[146]),3); # ^^