Archive

Archive for July, 2009

Perl Programming : Installing Perl

July 11th, 2009 admin 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 [...]

    Read More...