©Mike Moxcey 1999

SQL thru Perl

Finally, we get to the crux of this tutorial
We need a SQL statment that will return the dropdown HTML code:
Software <select name="software">
<option value="NOTES">Lotus Notes
<option value="LOTUS">Lotus Suite
<option value="MS">Microsnot Office
<option value="LUSER">User Error
</select>


home next