If you use PERL to deliver web content, you can embed a Corda image using the PERL version of the Corda Embedder.
Before you can include the Corda Embedder library into a PERL script, you must first make sure that the CordaEmbedder.pm file, located in the dev_tools/embedder/perl folder, is accessible to your PERL scripts. To do this, copy the CordaEmbedder.pm file to the folder where PERL keeps its modules. On Windows, this is most likely the lib folder of your PERL installation (e.g. C:\Perl\lib). On UNIX/Linux systems, this directory will most likely be something like /usr/lib/perl/5.6.0, depending on the PERL version.
For instructions on using the Corda Embedder in PERL scripts, refer to "PERL" of the PopChart+OptiMap Web Development Guide or "PERL" of the Highwire User Guide.
CORDA