in reply to Re^2: Using Excel in Perl failure after OS re-install
in thread Using Excel in Perl failure after OS re-install

...an update If i remove the last section of the $excel line so that it is
my $excel = Win32::OLE->new('Excel.Application') ;
it does not give the Class error but neither does it work.