I am using Rose::DB::Object::Manager (get/iterate methods) to source data from a database and HTML::Template for reporting.
I am using Rose::DB::Object, SQLite, and Chinese text.My classes look like this: package My::DB; use base qw(Rose::DB);
I have a TT plugin that does the trivial unique 开发者_C百科ids: sub get_unique_uid_tt { my ( $classname, $o ) = @_;