Jeanie has asked for the wisdom of the Perl Monks concerning the following question:
To get this:'21' => ['category','ascend', '9', '1', '1', '1', 'Category','on','on' +, '', 'string', '=', 'on', 'select', '', '', 'CERAMICS|SILVER|FURNITU +RE|SILVERPLATE|GLASS|TEXTILES|METALWARE|POST 1900|PEWTER|MISCELLANEOU +S|REPRODUCTIONS', 'on', 'bold', 'general', '80'],
Listing Categories CERAMICS(3) SILVER (4) FURNITURE(8) SILVERPLATE(6) GLASS(12) TEXTILES (8) METALWARE(1) POST 1900 (0) PEWTER(0) POST 1900(0) REPRODUCTIONS(3) MISCELLANEOUS(5)
Everything APPEARS the way I want it to on the page, however, it appears out of alphabetical order in another segment of the program. When I put the Categories in strict alphabetical order and 2 pipe symbols (as per software tech), I get one column and an additional (0) for example:
I would like everything to be in strict alphabetical order, no (0) and 2 columns. Can anyone help me? Thank you in advance for your assistance.CERAMICS (3) (0) FURNITURE (8) (0) GLASS (12) (0)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help with Alphabetizing - Array?
by adamsj (Hermit) on Jul 15, 2001 at 19:49 UTC | |
|
Re: Help with Alphabetizing - Array?
by Anonymous Monk on Jul 15, 2001 at 19:44 UTC | |
|
Re: Help with Alphabetizing - Array?
by BMaximus (Chaplain) on Jul 16, 2001 at 03:56 UTC | |
|
Re: Help with Alphabetizing - Array?
by Jeanie (Initiate) on Jul 15, 2001 at 19:24 UTC |