Help for this page
<html> <head> ... <span style="background-color:yellow" id="value1">?</span> </body> </html>
#!perl # process.cgi ... print $q->start_html, 'Data returned is '.$q->param('value1'), $q->end_html;