Home »
MCQs »
Perl Programming MCQs
What is a directory in Perl?
51. What is a directory in Perl?
- A place to store values in the form of a list
- An array to string
- A data structure
- None of these
Answer: A) A place to store values in the form of a list
Explanation:
In Perl, Directory is a place to store values in the form of a list.