in reply to Re: cut of first char of a string
in thread cut of first char of a string

I'm not sure but I think it's needed because you assign an anonymous array to $s before it, so if you do not set $s, the rightmost $s will give that array.