in reply to
Perl to rewrite simple SVG
Since SVGs are XML-based, you could use one of Perl's XML parsing modules, for instance
XML::Twig
or
XML::Simple
.
Comment on
Re: Perl to rewrite simple SVG
In Section
Seekers of Perl Wisdom