How to install Perl in windows
Super easy steps to install Perl in Windows
If you using a windows machine and want to install Perl, below are the steps that needs to be followed,
1. Check if Perl is installed You can check if perl is installed in your windows machine by opening command prompt and typing below command
perl -v If perl is present you should get perl version in the output
PS: if you type perl -V you’ll get a more detailed view on how and where perl is installed in your machine