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

I know that, but I REALLY wanted to combine my perl script with C#. I guess I need to use command line. Thanks anyway :)
  • Comment on Re^2: Calling Perl script from windows form

Replies are listed 'Best First'.
Re^3: Calling Perl script from windows form
by Anonymous Monk on Apr 30, 2014 at 08:58 UTC
      Given a windows forms application I have written in C#, I want that with a press of a button it will run a perl script, that analyses files from a given directory.

        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.

        Right, so far I don't hear a perl question ... figure it out