in reply to Spreadsheet::ParseExcel_XLHTML shows "Ambiguous use of *{Spreadsheet::ParseExcel::new}..."

Ignore it, its not a problem :)

or

use arrow notation

...= Spreadsheet::ParseExcel_XLHTML->new(...);
  • Comment on Re: Spreadsheet::ParseExcel_XLHTML shows "Ambiguous use of *{Spreadsheet::ParseExcel::new}..."
  • Download Code

Replies are listed 'Best First'.
Re^2: Spreadsheet::ParseExcel_XLHTML shows "Ambiguous use of *{Spreadsheet::ParseExcel::new}..."
by advix (Initiate) on Jun 29, 2009 at 10:01 UTC
    Although using arrow notation also displays the same messages. Anyway I will ignore them.

    Spreadsheet::ParseExcel_XLHTML can be used on Windows?
    my $workbook = $parser->Parse("$somefile"); displays xlhtml help messages instead it performs parsing.
    Thanks a lot
    JH