in reply to Re: Split this string
in thread Split this string

I think your code would be more likely to print

[this=x ][that=x x ][another=x ][thing=x ]

Perhaps you meant

print "[$_]\n" for @array;

I hope this is helpful.

Cheers,

JohnGG