Help for this page

Select Code to Download


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