in reply to Re: Spreadsheet::Read not reading CSV data passed as string
in thread Spreadsheet::Read not reading CSV data passed as string
That would break perl -MDP -MSpreadsheet::Read -we'$_="a,b,c\n1,2,3\n";open$a,"<",\$_;DDumper ReadData($a,parser=>"csv",debug=>9)'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Spreadsheet::Read not reading CSV data passed as string
by shmem (Chancellor) on Jul 30, 2017 at 09:35 UTC | |
by Tux (Canon) on Jul 30, 2017 at 09:42 UTC |