#!/usr/bin/perl use strict; use XML::Twig; binmode(STDOUT, ":utf8"); my $t= XML::Twig->new(); $t->set_keep_encoding; $t->parse(do { local $/; }); $t->flush; exit 0; __END__ Computation & Language Computer Science - Computation & Language