in reply to convert UTF-8 in nested data structures
If you are willing to venture outside of CPAN ;--) I have a module that lets you walk an unknown data structure: Data::Traverse. It does basically what your code does, but wraps it to give you an iterator.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: convert UTF-8 in nested data structures
by slayven (Pilgrim) on Nov 01, 2005 at 21:40 UTC |