background preloader

Perl

Facebook Twitter

Cpan

Perl for android. Perl and web Server. Running Perl. 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.

Running Perl

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. Perl Moderne. Strawberry Perl for Windows. CPAN. Le nombre d'occurence d un mot dans un fichier txt. Perl Training Australia - Perl Tips. Regex search and replace example scripts - Python Testing. Search and replace is such a common task that it should be a tool that’s in every command line script author’s toolbox.

regex search and replace example scripts - Python Testing

There are probably endless solutions to the problem. I’ve put together my standard methods for tackling the problem.

Command line (perl -e)