How do I get Push2Run to run PERL scripts. Currently it opens the script in a notepad, so it's receiving the commands correct, but misinterpreting what I want it to do with that command.
Thanks
Running PERL scripts
Re: Running PERL scripts
I don't use perl myself, but this link seems to explain it:
https://editrocket.com/articles/perl_windows.html
... i.e. it appears you need to run the perl program (installed on your PC) passing into it the name of the script as a parameter.
https://editrocket.com/articles/perl_windows.html
... i.e. it appears you need to run the perl program (installed on your PC) passing into it the name of the script as a parameter.
-
- Posts: 3
- Joined: Fri Dec 21, 2018 10:18 pm
Re: Running PERL scripts
Thanks - yes that's it exactly.