Hi,

Is there anyway in Perl to create
hash with multiple key for an array?

The purpose is as follows.

For example these lines:

AGCGGGGAG,AGCGGGGCG,AGCCGGGCG,AGCCAGGAG 15.188721875540
AGCGGAGCG,AGCCGAGGG,AGCGGAGGG           16.163408331891
\_____________________________________/ \_____________/
      @Array1                               $Key1

I want to store @Array1 under hash with $Key1 AND
scalar(@Array1) as $Key2.

Because later I need to sort the hash
based on $Key1 and $Key2.

Thanks so much for your time.

Regards,
Edward WIJAYA
SINGAPORE




-- 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