Perl Crash Course: Gettin’ jiggy wit it
Built in Perl functions for Scalars, Arrays, and Hashes
Built in Perl functions for Scalars, Arrays, and Hashes
How to easily install CPAN’s MQSeries under Windows XP.
Using Perl to connect to a DB without having Oracle Client installed.
Yesterday I found myself in a position of having to re-master my computer – hence having to reinstall most of the applications including my trusty
On my previous post, I talked about MySQL functionality “insert into … on duplicate key update” which I found really cool. It has since been
References and Complex Data Structures (CDS) Now that we have a pretty good understanding of the 3 types of data in Perl, it’s time we
Hashes The hash is, in my honest opinion, the most important data structure in Perl. It is nothing more than what other languages call an
Arrays and Lists Sometimes working with one piece of data just isn’t enough. You might want to specify lists of data, and save those lists
Scalars Variable Names Scalar is the type of variable used to hold one single piece of information. Examples of scalar information are one string, one
In this chapter, we will see the three types of variables available in Perl: Scalars, Arrays, and Hashes. We will also work with lists, slices,
© UseStrict Consulting - All rights reserved