in reply to
Perl support for XML
2. verify digital signatures on returned XML documents.
Do you mean something like
xmlsec
? I don't think there's a Perl wrapper for this C library yet, but you could write one using
XS
or
SWIG
.
Comment on
Re: Perl support for XML
In Section
Seekers of Perl Wisdom