I'm finding it hard to follow your question and example code.
Will something like the following work? If not please explain yourself more?
#!/usr/bin/perl -w use strict; my @labels = qw(B0001R B1001R B4356); for my $label (sort @labels) { print "$label\n"; }
In reply to Re: Alphnumeric Matching
by kielstirling
in thread Alphnumeric Matching
by mrbbq
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |