in reply to Re^2: Is there a way to compare strings without using an array?
in thread Is there a way to compare strings without using an array?

In which case, have you looked at BioPerl yet? It might have more tools that you'll be interested in. There's a large community at www.bioperl.org

perl -e 'print qq(Just another Perl Hacker\n)' # where's the irony switch?
  • Comment on Re^3: Is there a way to compare strings without using an array?

Replies are listed 'Best First'.
Re^4: Is there a way to compare strings without using an array?
by Jeri (Scribe) on Oct 20, 2011 at 15:56 UTC

    I will do just that today!