in reply to Re: Spreadsheet::Read Open File from Variable?
in thread Spreadsheet::Read Open File from Variable?

Line 59 is the correct line number where it calls Spreadsheet::Read->new. I'm on Win32 and do all of my scripting in Notepad++.
  • Comment on Re^2: Spreadsheet::Read Open File from Variable?

Replies are listed 'Best First'.
Re^3: Spreadsheet::Read Open File from Variable?
by soonix (Chancellor) on Aug 22, 2017 at 08:42 UTC
    But line 59 of the code you posted is
    $cell = "C" . $rowCnt;
    Any difference between the code you use and the code you post(ed) may impede our ability to help. Problems with copy+paste do exist, yes, but usually they are smaller than those that stem from manually typing and thereby changing the code.
      I'll keep that in mind. I copy pasted the code right out of Notepad++.

        Hmmm. Usually this works as expected.

        Do you get the same line numbers, when you paste it back via the "[download]" link that Perlmonks put into your OP? (which I duplicated here)