1.

What are scalars in Perl?

Answer»

Scalars are variables that can contain only a single unit of data at a time. That data is said to REMAIN stored in scalar variables. Perl supports different types of scalar values. These are CHARACTER, string, NUMBERS, floating-point values, references, etc. The $ (dollar) sign is USED to CREATE scalars.  



Discussion

No Comment Found