Embedix::ECD

This module can parse ECD files and represent them as a tree of perl objects. It can print these objects in ECD format or XML.

Installation

perl Makefile.PL
make
make test
make install

If it says you're missing some modules

perl -MCPAN -e 'install Missing::Module'

substitute /Missing::Module/ for whatever you need.