The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

CREATE TABLE __TABLE_NAME__ (
	text varchar(__WORD_LENGTH__) binary DEFAULT '' NOT NULL,
	idx longblob,
	PRIMARY KEY (text)
	);