return
NAME
return - get out of a function early
SYNOPSIS
return LIST
DESCRIPTION
Returns from a subroutine or eval with the value specified. (Note that in the absence of a return a subroutine or
eval()
will automatically return the value of the last expression evaluated.)