Data::Recursive::Encode

Encode/Decode Values In A Structure
Download

Data::Recursive::Encode Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • MATSUNO Tokuhiro
  • Publisher web site:
  • http://search.cpan.org/~tokuhirom/Sledge-Plugin-TmplParamsBinder-0.01/lib/Sledge/Plugin/TmplParamsBinder.pm

Data::Recursive::Encode Tags


Data::Recursive::Encode Description

Encode/Decode Values In A Structure Data::Recursive::Encode is a Perl module that visits each node of a structure, and returns a new structure with each node's encoding (or similar action). If you ever wished to do a bulk encode/decode of the contents of a structure, then this module may help you.SYNOPSIS use Data::Recursive::Encode; Data::Recursive::Encode->decode('euc-jp', $data); Data::Recursive::Encode->encode('euc-jp', $data); Data::Recursive::Encode->decode_utf8($data); Data::Recursive::Encode->encode_utf8($data); Requirements: · Perl


Data::Recursive::Encode Related Software