hello,
I am new to Perl, but I would like to use it to create text files with some scripted content and calculations. To this end I have created a windows powershell script that runs the perl interpreter and redirects the output to the clipboard and to a text file in a directory. I have a simple bat file that launches the powershell script. Both the bat and the ps1 expect the path to the pl file as an the first argument. I would like to configure Padre so that the run button (f5) or some alternate button passes the script to my bat file. How can I accomplish this?
Thanks,