Re: position data

2004-11-07 Thread Zeus Odin
"Michael S. Robeson II" <[EMAIL PROTECTED]> wrote ... > use warnings; > use strict; Excellent. Make sure all your programs inlude these line. Three of the lines below have problems. > while () { >if (/>(\w+)/) { > $animal = $1; >} else { > while (/(-+)/g) { >my $gap_

position data

2004-11-07 Thread Michael S. Robeson II
work fine if you remark the second and last lines of the inner while loop. Anyway, I am having trouble adding position data to my Hashes. I would like Data Dumper to output data like this (I always get my syntax messed up so I will just show part of $VAR1, but hopefully, you'll un