> use OLE;
> 
> my $comObject=CreateObject OLE "NameOfMy.ComObject";

Please don't.

The OLE.pm module is there just for backward compatibility.

>From OLE.pm:
# Compatibility layer for applications using the old toplevel OLE.pm.
# New code should use Win32::OLE

        use Win32::OLE;
instead.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to