Documentation
From my personal library, The Internet

man page:

           use DBM_Filter ;

           $db = tie %hash, ...
           $db->Filter_Push('utf8');


DESCRIPTION

       This Filter will ensure that all data written to the DBM will be
       encoded in UTF-8.

       This module uses the Encode module.


SEE ALSO

       DBM_Filter, perldbmfilter, Encode


AUTHOR

       Paul Marquess pmqs@cpan.org



perl v5.8.8                       2001-09-21               DBM_Filter::utf8(3)

Man(1) output converted with man2html