my $parser = Spreadsheet::ParseExcel->new(); my $book = $parser->Parse($filename); #### my $book = Spreadsheet::ParseExcel->new()->Parse($filename);