in reply to Need Help: invoking TCL procedure in perl scripts.

What is the language used? If the API code is written using C++ you can use SWIG interface to invoke APIs.
  • Comment on Re: Need Help: invoking TCL procedure in perl scripts.

Replies are listed 'Best First'.
Re^2: Need Help: invoking TCL procedure in perl scripts.
by kuldeek (Initiate) on Aug 22, 2012 at 15:09 UTC
    These APIs are plain TCL code. It is like calling TCL proc in a perl script.
      Then you could simply call the TCL code from perl using the TCL CPAN module.

        Thanks for the reply. I tried installing Tcl package for perl but getting following error:

        NpLoadLibrary: could not find Tcl dll

        Hence posted on this forum. Now while doing some research on google I found that Tcl-dev kit should be installed before installing Tcl package for perl.

        Successfully installed Tcl package now. I will explore it more and get back for any further assistance needed.

        I really appreciate forum members for their prompt responses.

        Thanks,

        Kuldeep Kumar.