Front page | perl.beginners |
Postings from April 2002
HTML whine
Thread Previous
|
Thread Next
From:
drieux
Date:
April 2, 2002 12:37
Subject:
HTML whine
Message ID:
655D2D1C-4679-11D6-9965-0030654D3CAE@wetware.com
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
---
Thread Previous
|
Thread Next