Re: Hash to array of arrays

2003-07-14 Thread Rob Dixon
Hi Jerry. I'm struggling to make sense of this. This is as far as I have got. You have the following variables $id (constant for the purposes of this question) A source hash %DAT with keys qw(good_setups pin height). A derivative hash %pin with keys qw(order depth). The hash %pin is extracte

RE: Hash to array of arrays

2003-07-14 Thread Charles K. Clarkson
Jerry Preston <[EMAIL PROTECTED]> wrote: : : I have the following hash: This is not a hash. it is a partial algorithm. It contains at least two hashes. Neither of which seem to be a hash of an array of arrays. Can you show us the hash you're referring to? : for $j ( 1..20 ) { : for $i