what is perl?
Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.
Installation of Perl
Step 1: open terminal and execute the following command
sudo su
And become the super user by giving your password.
Step 2: Then execute following command to update binaries
apt-get update
Step 3: after that execute the following command :
apt-get upgrade
Step 4: Now execute per installation command.
apt-get install -y perl
Thanks for reading. If you have any question please ask in a comment.