in reply to Re: Re: using split on every element in an array
in thread using split on every element in an array

You are correct. I thought it was only scalar context in which that happened, but it also apparently does it in void context as well. Good catch.

  • Comment on Re: Re: Re: using split on every element in an array