in reply to Re^2: Changing VB to Perl
in thread Changing VB to Perl

:= denotes named arguments in Visual Basic. See Win32::OLE for how to handle named arguments with it.

When translating from Visual Basic to Perl, it behooves you to know at least a bit about both languages. I'm confident that you can find resources for the VB syntax in your local library or even online.