Home »
MCQs »
Perl Programming MCQs
The return() function in Perl is ___
64. The return() function in Perl is ___.
- a subroutine from return package
- return value at the end of subroutines
- return named subroutine
- None of these
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.