how to execute perl programs on your pc.
They were many online editors where you can execute perl programs you can use them instead of doing all this stuff.
First download XAMPP it makes your life easy. you get a shell for executing the programs.
More about xampp refer:https://www.apachefriends.org/index.html
chrome : http://localhost/cgi-bin/perl%20prac/filename.pl
xampp terminal :
For running perl programs open shell in xampp. you have to put the programs in cgi-bin folder which is available in xampp directory in "c" folder.
Then follow the below steps in the terminal.
- cd cgi-bin/perl prac
- For running perl script file in terminal>> perl filename.pl
Comments
Post a Comment