f
> Erich Markert
> Sent: Wednesday, April 12, 2000 8:43 PM
> To: Embperl Mailing List
> Subject: Select list strangeness
>
>
> I have a table of countries that contains two columns, abbreviations &
> names.
>
> At the beginning of an HTML doc I have the foll
I have a table of countries that contains two columns, abbreviations &
names.
At the beginning of an HTML doc I have the following code:
%COUNTRIES = $lookup->countries($dbh);
@COUNTRY_ABBREVS = $lookup->country_abbreviations($dbh,'name');
unshift(@COUNTRY_ABBREVS,'none');
$COUNTRIES{'n