PDA

View Full Version : How to use PERL script in Qt



joseph
9th August 2007, 07:49
Hi,


How can i use/embbed perl script in Qt code ..??
What all are the things i have to install/configure in my machine ...??
Any library in Qt which support this ...??
Can i use QProcess for get it done..??

Please any my question as am very new to this PERL script.
I have never used PERL script anywhere , and my need to use a pearl coding for endcoding and decoding in my qt code ...??


please give me a suggession...!!
thanks in advance.

jacek
9th August 2007, 21:57
If you simply want to run Perl script from Qt application, QProcess will be enough, but if you need to embed Perl interpreter in your application read this (http://perldoc.perl.org/perlembed.html).