in reply to Re: comparing strings
in thread comparing strings
for ($dna_counter = 0; $dna_counter < $length_dna ; $dna_counter++ ) { if (substr(@lines, $_, 1) eq substr (@lines2, $_, 1)) { print ''; } else { print "*"; } } print "\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: comparing strings
by petral (Curate) on Oct 30, 2002 at 17:52 UTC | |
Re: Re: Re: comparing strings
by graff (Chancellor) on Oct 31, 2002 at 04:47 UTC |