Friday, 16 November 2012

What are scalar variables? | Perl Scripting Interiew Questions

Scalar variables are what many programming languages refer to as simple variables. They hold a single data item, a number, a string, or a perl reference. Scalars are called scalars to differentiate them from constructs that can hold more than one item, like arrays.

No comments: