Hi All,I am using Teamsite version 6.5.I have to write a perl script which need some external packages to be installed.This can be easily done using PPM functionality in normal perl setup but in Teamsite their is iw-perl installed which does not recognize PPM or any other command line methods of perl.Can you tell me any alternative method to install external packages in Teamsite.
I tried downloading the packages from CPAN and then manually insatalling it but its not getting installed.May be its not rite method to install in iw-perl??and iw-perl is perl which is automatically installed on the system when Teamsite is installed.
Thanks Ghoti..its working
Hi,actually i did'nt missed any step but i followed different approach:1) I downloaded the modules from CAPN and unzipped it.2) Then through command prompt i browsed to the same folder and executed Makefile.pli got some warnings but the module was installed.