in reply to XML::Twig error handling
$tree -> safe_parsefile('c:/temp.xml'); warn $@ if $@; [download]