Pathologically Eclectic Rubbish Lister | |
PerlMonks |
perlfunc:returnby gods (Initiate) |
on Aug 24, 1999 at 22:42 UTC ( [id://250]=perlfunc: print w/replies, xml ) | Need Help?? |
returnSee the current Perl documentation for return. Here is our local, out-dated (pre-5.6) version: return - get out of a function early
return EXPR return
Returns from a subroutine, eval(), or (Note that in the absence of a return, a subroutine, eval, or do FILE will automatically return the value of the last expression evaluated.) |
|