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; } }
perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

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

    I did something similar. Care to prove I missed something?

    $ wget --output-document=Spreadsheet-Read-git.tgz \ 'https://github.com/Tux/Spreadsheet-Read/archive/master.tar +.gz'

    Thanks for thinking along :)


    Enjoy, Have FUN! H.Merijn