24 Days of Hello World Perl
In the 5th day of 24 days of Hello World I will look into Perl. A language, which has a long history, but where the example itself will be rather short. Perl is a general-purpose language, designed for text manipulation. It is intended to be easy to use, efficient and complete, in other words practical, as opposed to elegant and minimal. It supports both procedural and object-oriented programming. As a beginner you would probably use procedural more, and object-oriented for third-party modules you may use. ...