Perl Crash Course: Arrays and Lists
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
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,
In order to be able to learn Perl, you’ll have to first get it installed on your favorite Operating System. This chapter will show you
Perl – the Practical Extraction and Report Language (or Pathologically Eclectict Rubbish Lister) was created by Larry Wall in the late 1980’s. It started as
© UseStrict Consulting - All rights reserved