in reply to Re: Tie::RDBM: Database with unicode support and large tables?
in thread Tie::RDBM: Database with unicode support and large tables?

Looks working ok, but I still need to use encode('utf8', $_) to convert obtained data into unicode string... In which mode are data red from database if I have use utf8; preset in my script? bytes or utf8?

Any suggestions or hints?