πŸ“Š Perl
Q. What is a hash in Perl?
  • (A) Set of key-value pair
  • (B) Collection storing scalar
  • (C) Collection sorting array
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) Set of key-value pair

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