Help for this page

Select Code to Download


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