in reply to Hyperlinks within .cgi scripts

if you use CGI.pm:
print a({href => "/index.html"}, "Return to Selection page")
See perldoc CGI (section 'CREATING STANDARD HTML ELEMENTS:') for more on this.

Paul