> why not make + cat?

Because + already means something else?

Right now,

   $a = "33";
   $b = "66";
   $c = $a + $b;
   $d = $a . $b;

$c and $d will have very different values.  Do you really want
to change this?

--
Ron Newman      [EMAIL PROTECTED]
http://www2.thecia.net/users/rnewman/


Reply via email to