Can Perl and Batch run in the same batch file?
- by Rick
I've got a batch script that does some processing and calls some perl scripts.
My question is if there was a way to put the perl code directly into the batch script and have it run both types of scripts.