How to install and run the perl compiler
Step1: Open any browser and open google.com and search for the Strawberry perl and open the first link.
Step2: Click on the download link and the download will be started automatically. Now open the download folder and double click on the setup file.
Step3: Now that the install page will be opened and click on the install button.
Step4: The installation progress will be shown, you have to wait until the progress is completed.
Step5: Click on the finish button when it appears and open the command prompt and check whether the compiler has been installed successfully by using the command 'perl -v'.
How to run the program
Step1: By using any editor we have write the program source code.
Step2: Now open the command prompt and set the path where the file is been saved and use the command perl to wokeup the compiler. While compiling the program use the command perl<space>file name.
No comments:
Post a Comment