On Tuesday, April 2, 2002, at 11:47 , Brent Michalski wrote: [..] > while ( my($first, @full_list)=$list_tbl->fetchrow){ > print "<option>"$first; > }
technically I LIKE the answer, but PLEASE close it!!! print "<option>" . $first . "</option>" ; the more of these that we get in the habit of making kosher - the better. Try to remember that others may have to write the webBot to parse your html..... ciao drieux --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]