in reply to Re: Re: Invoking a perl program via an executable c++ program...
in thread Invoking a perl program via an executable c++ program...

You can double-click on files with .pl, .perl, .wperl, etc. if you want. The GUI shell should ask you what to do the first time you try.

I'm guessing you want to hide the console output and have the wrapper use a Window instead? Use wperl (or is it perlw?) .exe instead of perl.exe to run the script.

—John

  • Comment on Re: Re: Re: Invoking a perl program via an executable c++ program...