in reply to Populating HTML form fields from database (was: PERL and HTML)

When using CGI.pm you can do this with the param function like so:

param("paramater","new","values","here");


John