Before you start developing applications using the Concord Developer Outbound API with Perl you will need the following:

Non Windows Clients

ActivePerl

Download ActivePerl from http://aspn.activestate.com/ASPN/Downloads/ActivePerl/

OpenSSL

This requires OpenSSL. Please download and install OpenSSL from http://www.slproweb.com/products/Win32OpenSSL.html

LWP Module

For SSL you need LWP module.You should download this package from http://www.linpro.no/lwp/

SSLeay Module

For SSL you also need Crypt::SSLeay. You should download this from http://johnbokma.com/perl/https.html Install the module via the >PPM command prompt: "install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd"

Windows Clients

ActivePerl

Download ActivePerl from http://aspn.activestate.com/ASPN/Downloads/ActivePerl/

SOAP-LITE

Download and Install soap-lite

Build

Execute the following commands from command prompt

  • perl Makefile.PL

  • nmake

  • nmake install

See Also