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

i have registered the server on my system .Im assking whether the script written by me is proper
  • Comment on Re^2: How to write a client for accessing COM server

Replies are listed 'Best First'.
Re^3: How to write a client for accessing COM server
by davido (Cardinal) on Jun 14, 2011 at 08:10 UTC

    ...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

      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? ...

        Is there a other way to access COM server

        No. Win32::OLE is it.

Re^3: How to write a client for accessing COM server
by Anonymous Monk on Jun 14, 2011 at 06:05 UTC
    i have registered the server on my system .Im assking whether the script written by me is proper

    What makes it proper? Its valid perl, does that make it proper? It makes valid Win32::OLE calls, does that make it proper? It generates some OLE error -- does that matter?