Friday, 16 November 2012

What are the two different types of data perl handles? | Perl Scripting Interiew Questions

Perl handles two types of data they are
(i) Scalar Variables and
(ii) Lists
Scalar variables hold a single data item whereas lists hold multiple data items.

No comments: