Help for this page
use strict; use warnings; ... unwrap_cdata($hash); print Dumper $hash;
sub unwrap_cdata { for (@_) { ... s/]]>//; } }