Help for this page
use XML::Simple; my $data = XMLin( '<string>Everyone knows that 1 < 2</string>'); print $data; # ==> Everyone knows that 1 < 2