How to run perl script from notepad++



How to run perl script from notepad++

How to run perl script from notepad++

This video is about how to run perl code from notepad++….
You can easily run perl code using notepad++…

If you face this problem..
CreateProcess() failed with error code 2:
The system cannot find the file specified.
Then check your c-drive the strawberry folder is exist or not…

If strawberry does not exist then use only this code……….
perl “$(FULL_CURRENT_PATH)”

Otherwise use……..

Run command….
——————————————————————————————-

NPP_SAVE
cd “$(CURRENT_DIRECTORY)”
C:strawberryperlbinperl “$(FILE_NAME)”

If you face any problem……………………………

——————————————————————————–
Contact/Follow on……..

Email : [email protected]
Google+ : https://plus.google.com/102074100342156490577
Twitter : https://twitter.com/Alamgir21409730
Facebook : https://www.facebook.com/computersoftwaresolution/

Subscribe this youtube channel : https://www.youtube.com/educationhelp/

Comments are closed.