in reply to Re: Subroutine Behaviour
in thread Subroutine Behaviour
Just a slight correction; when you say "@_ does what you want in string context", you really mean "when interpolated in a string". Usually the term "string context" is used along with numeric or boolean context, which is a very different kind of context.