in reply to Re: enforcing list context
in thread enforcing list context

I guess my title is probably somewat misleading, it probably should have read:
"ensuring list context in an enclosing scalar context"
-----
perl -e 'print sub { "Hello @{[shift]}!\n" }->("World")'