EchoAngel has asked for the wisdom of the Perl Monks concerning the following question:
i want to be able to output to screen saying Canada , fruit pears something is missing from the list and say US and Taiwan are missing watermelon something , and oranges something is missign for US country , etc Any help?$HASH{country}{fruits} = 1 where country can have value Canada , US , Taiwan , England etc.. where fruits can have value apples[AA-ZZ] , pears[AA-ZZ] , watermelons[AA-ZZ] etc so example database look would be : Country : Canada US Taiwan Fruits : apples applesAB applesZB pearsWE pearsDF watermelons orangesUPE orangesABC . . . . . . . . . note : different countries can have different number of elements in fr +uits
20040904 Edit by castaway: Changed title from 'Searching Question'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reporting empty cells in a table of records
by bobf (Monsignor) on Sep 02, 2004 at 20:46 UTC | |
|
Re: Reporting empty cells in a table of records
by ccn (Vicar) on Sep 02, 2004 at 20:57 UTC | |
|
Re: Reporting empty cells in a table of records
by Eimi Metamorphoumai (Deacon) on Sep 02, 2004 at 20:45 UTC |