http://qs1969.pair.com?node_id=510442


in reply to tie() weirdness

Concatenation of a list can be implemented as

$str = concat($s1, $s2); $str = concat($str, $s3); $str = concat($str, $s4);

Notice the first case is special. Maybe what you're seeing is related to this?