Description
Perl scripts can parse simpler XML-like input with a lightweight pure-Perl parser. This can be useful in constrained environments or for small documents where a full XML stack is not available.
It is a developer library. Regex-based XML parsing is limited, so avoid it for complex or untrusted XML where a full parser is safer.