in reply to Encoding horridness
use Encode qw( encode XMLCREF ); print XML encode('ascii', $cureq, XMLCREF); [download]