Help for this page
@values = grep { defined } split(/\,/,$rows[$i]);
@values = map { defined ? $_ : '' } split(/\,/,$rows[$i]);