DBIx::CodeKit - Universal Code Table Interface
use DBIx::CodeKit; my $ck = new DBIx::CodeKit($dbh, table => 'ck_code', getparam => sub { $cgi->param(shift) }, getparams => sub { $cgi->param(shift.'[]') } );
For a full featured multilingual universal code table visit the BabelKit home page:
http://www.webbysoft.com/babelkit
Contact John Gorman at http://www.webbysoft.com to report bugs, request features, or for database design and programming assistance.
Copyright (C) 2003 John Gorman. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl or the LGPL.