On Fri, 26 Jul 2002, Melvin Smith wrote: > I can't remember who wrote what (I know it wasn't me, Jeff maybe?), > but if there aren't any complaints I'm going to copy PerlArray over > Array and then start from there. > > Any complaints?
PerlArray converts arrays to their lengths to do math on them, something that other languages may or may not want (and that some people don't even want in Perl ;). So you might want to remove this behavior from the base Array class. /s