in reply to Re^4: Calling Perl script from windows form
in thread Calling Perl script from windows form

Yona:

Then you'll have to invoke your perl script like the command shell would. You can do so using the CreateProcess function.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re^5: Calling Perl script from windows form