http://www.perlmonks.org?node_id=274943


in reply to Perl-Excel Guidelines

Here at perlmonks: MSDN: On your local hard drive: You'll also need curly brackets around properties, and method calls look the same as they do in straight perl:

VBPerl
Properties:Selection.Hidden = True $xls->Selection->{Hidden} = 1;
Methods:Worksheets(1).Activate $xls->Worksheets(1)->Activate;

A couple of things about Win32::OLE you may find helpful:

Update: Closed the list tag, added missing tr.