http://www.perlmonks.org?node_id=1004891


in reply to Tomcat context.xml parsing using XML::SImple

For any XML work where any of the following is true, XML::Simple is not your friend:

Use something like XML::LibXML instead.

TL;DR: No.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'