Help for this page
my $csv = Text::CSV->new(); my @data = @{$csv->getline_all($in_ph)};
my $csv = Text::CSV->new(); while (my $aref = $csv->getline($in_ph)) { ... }