#!/usr/bin/perl # Copyright (c) 2006, 2007 # by Andreas Untergasser and Harm Nijveen # All rights reserved. # # This file is part of Primer3Plus. Primer3Plus is a webinterface to primer3. # # The Primer3Plus is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # Primer3Plus is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Primer3Plus (file gpl.txt in the source distribution); # if not, write to the Free Software Foundation, Inc., 51 Franklin St, # Fifth Floor, Boston, MA 02110-1301 USA use strict; use HtmlFunctions; # This CGI prints out the About-File using the template HTML-File print "Content-type: text/html\n\n"; print createAboutHTML(), "\n";