in reply to Re: Return value of a sub
in thread Return value of a sub

Or even, with fewer parens:
>perl -wMstrict -le "sub { print $_[0] }->('hi')" hi