open(my$HEADER,'<',"$header")ordie"Can't open the [$header] file!";
print<$HEADER>;
close$HEADER;
if(scalar(@entries)>1){
print"<div align=\"center\"><b>";
print"<div align=\"center\"><strong>";
}
foreach$entry(@entries)
{
foreach$entry(@entries){
if(scalar(@entries)>1){
print"[<a href=\"\#$entry\">$entry</a>]\n";
}
$record.=$entry."__";
$record.=$entry.'__';
}
if(scalar(@entries)>1){
print"</b></div><br />\n";
print"</strong></div><br />\n";
}
print(`./EPD2NICE.pl $record`);
$FOOTER="../htdocs/footer.html";
open(FOOTER)ordie"Can't open the file!";
print<FOOTER>;
close(FOOTER);
my$footer='../htdocs/footer.html';
open(my$FOOTER,'<',"$footer")ordie"Can't open the [$footer] file!";
print<$FOOTER>;
close$FOOTER;
print($query->end_html);
}
elsif($out_formateq'JAVA')
{
print($query->header);
foreach$entry(@entries)
{
foreach$entry(@entries){
print("<h2>$entry</h2><HR>");
print("<font size\=-2\ width=100%><br>The SEView graphical sequence element viewer is described in: Junier T. and Bucher P., SEView: A java applet for browsing molecular sequence data. <br>In Silico Biol. 1 (1998) 13-20. at the <b>URL: <a href=\"http://www.bioinfo.de/isb/1998/01/0003/\"> http://www.bioinfo.de/isb/1998/01/0003/</a></b>.<\/font\>\n<p>\n");