Sorting a list of alphanumeric strings
[email protected] (Adam Witney) Fri, 24 Aug 2001 16:25:37 -0400
| Newsgroups | perl.macperl.anyperl |
|---|---|
| Message-ID | <B7AC3081.4134%[email protected]> |
Hi, I am trying to sort a list like this exon1 exon5 exon12 exon30 exon2 Into -> exon1 exon2 exon5 exon12 exon30 Any ideas on how to do this? Thanks adam