Q. Do we need to specify the data type of a variable in Perl?
β
Correct Answer: (B)
No
Explanation: In Perl, the data type declaration of variables is not required.