10 minutes Perl tutorial for Java developer

This 10 minutes tutorial is not meant to compare Java with Perl. The purpose is to explore how to quickly learn Perl as a Java developer. The following are some key notes from my perspective. 1. Basics to Start Unlike Java, there is no need to claim a “main” method as entry point. To run … Read more

Perl tutorials for an advanced level developer

Perl is a nice script language which is easy to use. It is originated as a Unix scripting language and has been improved with a lot of new features from shell scripting, C, etc. Perl is very powerful for text processing. For an experienced developer, the useful tutorial would be a quick introduction of the … Read more