#!/usr/local/bin/perl
############################################################################
#
#   (c) Markus Wolf
#
############################################################################
# test.cgi
# COPYRIGHT NOTICE                                                           
# Copyright 1998 Markus Wolf     
# All Rights Reserved.                     
# EMail: wolf@wolf.elch.net 
# URL  : http://wolf.elch.net                                          
#                                                                            
# test.cgi may be used and modified free of charge by anyone so long as       
# this copyright notice and the comments above remain intact.  By using this 
# code you agree to indemnify Markus Wolf from any liability that           
# might arise from it's use.                                                   
#                                                                            
# Selling the code for this program without prior written consent is         
# expressly forbidden.  In other words, please ask first before you try and  
# make money off of my program.                                              
#                                                                            
# Obtain permission before redistributing this software over the Internet or 
# in any other medium.	In all cases copyright and header must remain intact.
############################################################################


print "Content-Type: text/html\n\n" ;


############################################################################


print <<"EOM" ;

Dies ist der erste Test per CGI und Webserver.<br><br>

EOM


