my @line = split('\|',$_); print "Team: $_->[1] Score: $_->[0]"; print "Innings"; for(my $i = 2; $i <= 11; $i++) { print "$_->[$1]"; } print "";