Re: DBD::CSV, Select Numeric data

2012-02-15 Thread Michael Markusch
Hi, the problem were the spaces in the column headers of the csv-file. Thanks, Michael Am Mittwoch, den 15.02.2012, 21:50 +0100 schrieb Michael Markusch: > > Hi, > > > > I have tried using DBD::CSV to query a csv-file. But I have a problem with > > handling numeric data. How can I modify the

Re: DBD::CSV, Select Numeric data

2012-02-15 Thread Michael Markusch
Hi, the problem were the spaces in the column headers of the csv-file. Thanks, Michael Am Mittwoch, den 15.02.2012, 21:50 +0100 schrieb Michael Markusch: > > Hi, > > > > I have tried using DBD::CSV to query a csv-file. But I have a problem with > > handling numeric data. How can I modify the

DBD::CSV, Select Numeric data

2012-02-15 Thread Michael Markusch
Hi, the problem were the spaces in the column headers of the csv-file. Thanks, Michael > Hi, > > I have tried using DBD::CSV to query a csv-file. But I have a problem with > handling numeric data. How can I modify the code below? > > Thanks, > Michael > > use DBI; > use Data::Dumper; > > my