Perl Basics part 2: Scalars, Arrays, and Hashes
Posted Under (Perl) by Ramraj Edagutti on Oct Mon, 2008
No CommentsIn this part 2 section of perl basics, we will learn about perl scalars, arrays, and hashes which are heart of the perl language syntax. In C, Java and C++ programming languages we call varibales which holds or stores data, here in perl we call it scalars. Scalars are defined with prefixed ‘$’ symbols as shown below. Read the rest of this entry »






