calling a perl script from C#

  • Thread starter Thread starter Guest
  • Start date Start date
You should probably refer to the Perl docs first. As soon as you have found
the way to invoke Perl scripts, post it there and we will then suggest a way
to implement it in C#. It's most likely something like running a Perl
interpreter executable with the script name specified as a command line
argument. If this is the case, please refer to the
System.Diagnostics.Process class documentation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top