Building CtCmd to work with cqperl on the UNIX system and Linux

After following the instructions for unpacking the kit, check to see if ratlperl is found using your PATH environment variable. If not, add the path:


setenv PATH /opt/hcl/common/bin:$PATH

Build from the directory where you unpacked the kit:


ratlperl Makefile.PL

make

make test

make install

To verify the installation, run this example Perl script using either ratlperl or cqperl:


cqperl script_name;