Q. What is called when an object is created in Perl?
β
Correct Answer: (D)
All of these
Explanation: The constructor of a class is the first subroutine to be called when an object of that class is initiated.