Home »
MCQs »
Perl Programming MCQs
Operations of Perl hashes are ___
93. Operations of Perl hashes are ___.
- Accessing value
- Updating value
- Iteration
- All of these
Answer: D) All of these
Explanation:
Operations on Perl hashes are,
- Accessing value
- Updating value
- Iteration