Programming Languages C++ Subjective
Mar 13, 2013

List the data types that Perl can handle?

Detailed Explanation

Scalars ($): It stores a single value.

Arrays (@): It stores a list of scalar values.

Hashes (%): It stores associative arrays which use a key value as index instead of numerical indexes

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback