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

These APIs are plain TCL code. It is like calling TCL proc in a perl script.
  • Comment on Re^2: Need Help: invoking TCL procedure in perl scripts.

Replies are listed 'Best First'.
Re^3: Need Help: invoking TCL procedure in perl scripts.
by wazoox (Prior) on Aug 22, 2012 at 15:34 UTC
    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.

        I will explore it more and get back for any further assistance needed.

        Please also come back to tell us how it works for you; it may help someone else some day :)