- or download this
my $aoh = csv (in => $xFile[$k], headers => "auto", callbacks => {
after_parse => sub { $_ ||= 0 for @{$_[1]} }});
- or download this
$ cat test.pl
#!/pro/bin/perl
...
z => 0
}
]
- or download this
my $csv = Parse::CSV->new (
file => $xFile[$k],
...
after_parse => sub { $_ ||= 0 for @{$_[1] }
},
));