Integrating Perl?
-
Dear all, I was told by my professor to make a program in Perl and that is done. I now would like to intergrate it into a GUI program that will execute the Perl program. If this is possible, how do I do so? Does the user have to have a copy of Perl on his/her computer? Many thanks. Chun Te
-
Dear all, I was told by my professor to make a program in Perl and that is done. I now would like to intergrate it into a GUI program that will execute the Perl program. If this is possible, how do I do so? Does the user have to have a copy of Perl on his/her computer? Many thanks. Chun Te
-
Dear all, I was told by my professor to make a program in Perl and that is done. I now would like to intergrate it into a GUI program that will execute the Perl program. If this is possible, how do I do so? Does the user have to have a copy of Perl on his/her computer? Many thanks. Chun Te
I love Perl. It's so great that I like with my C++ too. Here's info on embedding a Perl interpreter into your C/C++ projects. No need for the user to install Perl, just build in your own interpreter into your projects.
-
I love Perl. It's so great that I like with my C++ too. Here's info on embedding a Perl interpreter into your C/C++ projects. No need for the user to install Perl, just build in your own interpreter into your projects.