Charles K. Clarkson wrote: > > Öznur Taþtan <[EMAIL PROTECTED]> wrote: > : > : ----- Original Message ----- > : From: "Rob Dixon" <[EMAIL PROTECTED]> > : To: <[EMAIL PROTECTED]> > : Sent: Monday, February 23, 2004 3:30 PM > : Subject: Re: how to push a double dimensional array > : > : > > : > I'm losing track again here. /Please/ post a comprehensive > : example of > : > your actual data. My best guess is that you should have a > : hash of hashes: > : > > : > $subalignments{$groupindex} = { > : > seq1 => $seq1, > : > seq2 => $seq2, > : > score => $score, > : > }; > : > : Well actually i don't know how to be more clearer. > > It would be clearer to actually include a small portion > of the file (or other input) that is being used to process > the alignments. Don't just show the example. Show the actual > file (or other input). > > Don't just explain this small part of the problem. > Show us the input, what you want for output, and all the > code you have written. If your program is huge, try to > break it into a smaller portion that solves only this part of > your overall program, but still show the raw input you are > starting with. (Remember to change any sensitive information.)
<applause> Thank you Charles. That belongs in the perl.beginners FAQ. Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>