Perl Basics part 2: Scalars, Arrays, and Hashes

No Comments

In 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 »

Perl Basics part 1: Every first Perl program

No Comments

Hello, how you doing today? I hope you doing great. I know, you came here to learn some perl basics and write some sample code to get used to it. Okay, lets get in and write our first perl program. Read the rest of this entry »

Tags: ,