#!/usr/bin/env perl ##### # FCKeditor - The text editor for internet # Copyright (C) 2003-2004 Frederico Caldeira Knabben # # Licensed under the terms of the GNU Lesser General Public License: # http://www.opensource.org/licenses/lgpl-license.php # # For further information visit: # http://www.fckeditor.net/ # # File Name: sample01.cgi # Sample page. # # Version: 2.0 RC3 # Modified: 2005-02-28 17:01:44 # # File Authors: # Takashi Yamaguchi (jack@omakase.net) ##### require '../../fckeditor.pl'; print "Content-type: text/html\n\n"; print <<"_HTML_TAG_";