From: CBlair1986 Date: 2005-10-10T15:11:52+09:00 Subject: Re: Soma-Cube Greg Brown wrote: > Yeah, this is probably what you're looking for. A quick explanation of > whats going on is the input is being split by line, and then 'mapped' > so that each line becomes an array split by the /'s and the [1..-1] > gives you everything except for the first empty string on the left side > of your first / > > so this should give you your two dimensional array. Yes, that's exactly what I wanted. Thanks, you all. And it's so simple, too.