Google News
logo
Perl - Quiz(MCQ)
The return() function in Perl is ___.
A)
return named subroutine
B)
return value at the end of subroutines
C)
a subroutine from return package
D)
None of the above

Correct Answer :   return value at the end of subroutines


Explanation : The return() function in Perl is used to return values at the end of subroutines.

Advertisement