Q. The return() function in Perl is ___.
β
Correct Answer: (B)
return value at the end of subroutines
Explanation: The return() function in Perl is used to return values at the end of subroutines.