Q. Immutable parameters in Perl are?
β
Correct Answer: (B)
Values that cannot be modified within the function
Explanation: Immutable parameters in Perl are values that cannot be modified within the function.