From: Jani Monoses Date: 2004-09-23T20:12:57+09:00 Subject: Re: whitespace string only > | $whitespace = " \n" * 1000 > | > | $nonwhitespace = $whitespace > | $nonwhitespace[-2] = 'a' doesn't this make the arrays the same? Isn't $nonwhitespace just a reference to $whitespace?