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

...whether the script written by me is proper

It compiles.

You could have determined that by typing "perl -c myscript" That's far fewer keystrokes and gets an immediate answer of equal quality, with less attitude.

I'm assking

Thanks for assking.


Dave

Replies are listed 'Best First'.
Re^4: How to write a client for accessing COM server
by Anonymous Monk on Jun 14, 2011 at 10:25 UTC
    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
      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
      Is there a other way to access COM server

      No. Win32::OLE is it.