Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > b10279d71d378e66c628d2f9594bd0ad > files > 17

perl-Text-CSV_XS-1.90.0-4.mga5.i586.rpm

#!/pro/bin/perl

use strict;
use warnings;

use Text::CSV_XS qw( csv );

my $io = shift || \*DATA;

csv (in => csv (in => $io, sep_char => ";"), out => \*STDOUT);

__END__
a;b;c;d;e;f
1;2;3;4;5;6
2;3;4;5;6;7
3;4;5;6;7;8
4;5;6;7;8;9