Talend Open Studio before release 3.1. does not have an embedded Perl interpreter. Therefore, you need to install it first. You can, for instance, install the Active Perl product distributed by Active State. Download the relevant product matching your OS version from ActiveState website. Once the download is complete, run the install file and save the Perl distribution under C:/Perl.
If you need help while installing, go to Jalix website (french documentation).Perl
To make sure your Perl product is properly installed, launch the command line. On Windows, click on Start, then click Run and in the dialog box, type in cmd.
On the command prompt window, type in: perl -v This command will provide you with the Perl version installed on your station.
Important : this section only applies to T.O.S 3.1 and later, with embedded perl. The perl embedded in T.O.S has all required modules but may depend on external libraries such as SGBD middleware.
If your connection is positiond behind a proxy, set it up using the following command lines :
Important : this section only applies to T.O.S before 3.1, without embedded perl.
Some routines, as well as some components require various specific Perl modules, which are not installed by default along with the Perl basic install. Therefore, you need to install them using software such as ppm (Active Perl distribution).
Launch a command line and type in ppm install <Packagename>
Using Active Perl PPM (Perl Package Manager) install the required or recommended following Perl modules:
For perl 5.10 you have to add the cpan ppm repository. From the cmd line : ppm rep add http://cpan.uwinnipeg.ca/PPMPackages/10xx/ CPAN
Talend provides a tool to check the Perl modules installed. The Modules view indicates for each component, the Perl modules required, and for each module whether it is required and/or already installed.
After installing a new module, simply click on “Refresh” to check the installation status.
This tool is required to run the process in debug mode.
padwalker_010_Perl5_8_x.zip file into your Perl installation folder (e.g. C:\Perl).