Perl

FacebookTwitter
cpan

Perl for android

Perl and web Server

Running Perl

http://www.misc-perl-info.com/running-perl.html There are a lot of ways of running Perl, it depends on what you intend to do and the platform on which Perl is installed. Before playing with Perl, you must check if you have a proper Perl version installed. For this, you may run the following command from a command prompt: which will tell you if Perl is installed and if so, what version it is. Now let’s see a few ways of running Perl and what possibilities we have in view. 1.
Command line (perl -e)