my @skater_records = map { chomp; [ split /,/ ] } grep { /\S/ } <$input_fh>;