----- Original Message -----
From: "Rob Dixon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 23, 2004 6:51 PM
Subject: Re: how to push a double dimensional array


> 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>
Actually I prefered to explain with an example.
Because the function that will be using the problem I ask is using several
other ones
using several other ones which will be total of 445 line of code (probably
because of
my knowledge.
and the example just summarizes what I want to ask
That is why I prefered to ask it in an minature question
whose answer would be equally helpful.

> Thank you Charles. That belongs in the perl.beginners FAQ.
>
> Rob

<applause you all>
thanks
oznur


>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to