Home »
MCQs »
Perl Programming MCQs
What is a module in Perl?
46. What is a module in Perl?
- Collection of related subroutines and variables
- Array of functions
- Collection of values of same type
- None of these
Answer: A) Collection of related subroutines and variables
Explanation:
A module in Perl is a collection consisting of variables and related subroutines.