Perl Programming : Installing Perl
July 11th, 2009
No comments
To use the Perl programming language you must install a Perl interpreter. Depending on the operating system you are using, it is possible that the interpreter may be already installed. To see whether it is installed, go to a command prompt and enter:
perl -v
If you get a message like ‘command not found’ or ‘Bad [...]
Categories: Perl 5, Perl Programming, indiaperl