in reply to Re^3: How to write a client for accessing COM server
in thread How to write a client for accessing COM server

Hi Dave, Thanks for ur reply My intention of asking was whether the win32::ole was the proper library to access the COM Server. Is there a other way to access COM server
  • Comment on Re^4: How to write a client for accessing COM server

Replies are listed 'Best First'.
Re^5: How to write a client for accessing COM server
by Anonymous Monk on Jun 14, 2011 at 17:25 UTC
    Is there a other way to access COM server

    VB? windows script host? ...

      FWIW, that is still OLE :)
      Hi i have written a client using VB and im able to access the COM server .But im getting error while im acccessing using Perl script
        Can you show the VB code?
Re^5: How to write a client for accessing COM server
by Anonymous Monk on Jun 14, 2011 at 10:49 UTC
    Is there a other way to access COM server

    No. Win32::OLE is it.