Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $table->colsMap( sub { $_->[2] = ($_->[0] =~ s/,/\./g) * $_->[1] } );
    
    print $table->csv;