Help for this page
sub insert_msg { ... $template->process( $config->{'template'}->{'insert'} ); }
CREATE TABLE `messaggi` ( `id` int(10) unsigned NOT NULL auto_increment, ... PRIMARY KEY (`id`), FULLTEXT KEY `body` (`body`), ) TYPE=MyISAM