in reply to Re: Perl to Add newline at the end of each row of comma seperated strings in an array ?
in thread Perl to Add newline at the end of each row of comma seperated strings in an array ?

"my $xlsx_INFILE =(\"C:\\Temp\\Test.xlsx\"),, 1;" Allows you to read a file if it is open.

  • Comment on Re^2: Perl to Add newline at the end of each row of comma seperated strings in an array ?

Replies are listed 'Best First'.
Re^3: Perl to Add newline at the end of each row of comma seperated strings in an array ?
by poj (Abbot) on Sep 11, 2015 at 20:46 UTC

    Isn't that the VBA method to open a workbook read-only ?

    Workbooks.Open "c:\\temp\\Test.xlsx", , 1
    poj