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.
 
Back
Top