essential perl
Thursday, March 17th, 2011This post summarizes fundamentals of the perl programming language such as using arrays and hashes. In perl an array is often called a list. Hashes are associative arrays. If you want to see much more detailed information checkout perldoc.perl.org. self defense Always use strict and use warnings either declared in the she-bang or later in [...]


