in reply to Re^2: Spreadsheet::Read not reading CSV data passed as string
in thread Spreadsheet::Read not reading CSV data passed as string
That would break
Adding case for a GLOB ref:
else { if ($io_ref) { # GLOB/IO ref $in = $txt; # Now pray ... } else { # just text open $in, "<", \$txt or return; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Spreadsheet::Read not reading CSV data passed as string
by Tux (Canon) on Jul 30, 2017 at 09:42 UTC |