In Ruby they had to create a "standard library of classes (Array, etc) because Everything is an Object, whereas in Perl you could consider the standard library to be built-in (non-OO) arrays, hashes, scalars and the functions that operate on them. -stvn