Q. Which of these is not a type of method in Perl?
β
Correct Answer: (B)
Constant method
Explanation: Virtual methods and static methods are valid types of methods in Perl.