2 Steps to Post a New Problem
DISCLAIMER: The content on the site has been submitted by the users. NibbleGuru.com has no responsibility other than in removing material from the website when we have been notified of a copyright violation. Notify
here.
Re: How to Find out what version of Perl you are running
Instructions to find out the version of Perl you are running
Just open the terminal/ command prompt/ console for your operating system and type the command:
perl -vYou should be able to see the version in the output that comes.