#StoneProfitsSystem


Perl - Environment Tools Setup

What is Perl?

  • A typical simple use of Perl would be for extracting information from a text file and printing out a report or for converting a text file into another form. 
  • But Perl provides a large number of tools for quite complicated problems, including systems programming.
Installing Perl:
  • Download the Perl software from <www.perl.org/get.html> & begin installing the software.

  • Soon after installation, verify It is very easy to see if your system already has Perl installed.
  •  Simply go to a command-line prompt and type:
perl -v
  • Hopefully, the response will be similar to this:

How to run a Program in Perl?
  • Save the program with ".pl" extension.
  • Load the program in the command prompt as shown in the below figure,





No comments:

Post a Comment