What is a hash in Perl?

90. What is a hash in Perl?

  1. Set of key-value pair
  2. Collection storing scalar
  3. Collection sorting array
  4. None of these

Answer: A) Set of key-value pair

Explanation:

Hash in Perl is a set of key-value pairs.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.