PERL Data Types

What are the fundamental data types in PERL?

Questions by dhananjaym

Showing Answers 1 - 3 of 3 Answers

pavlov

  • Jun 11th, 2010
 

Perl has 4 fundamental data types - scalar, list, hash and typeglobs

Scalar - represents single values such as string, numbers, references etc

List   - represents an ordered array of scalars

Hash - is an associative array,with key-value pairs

Type globs - represent an entry in the internal symbol table, and is used to manipulate file handles

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions