http://qs321.pair.com?node_id=989076


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

Then you could simply call the TCL code from perl using the TCL CPAN module.

Replies are listed 'Best First'.
Re^4: Need Help: invoking TCL procedure in perl scripts.
by kuldeek (Initiate) on Aug 23, 2012 at 07:48 UTC

    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 :)