while (my $data = $ss->getNextRow()){ my $name = join(',', @$data) . "\n"; push @csvtemp, $name; }