my $q = CGI -> new();
print $q -> header( "text/html" ),
$q -> start_html (-title => "File Download",
-bgcolor => "#ffffcc" ),
$q -> p ( "If the file does not begin to dowload automatically it can be downloaded here." ),
$q -> p ( "Back to foo"),
$q -> p ( "Bar Home"),
$q -> end_html;