|
Perl Gurus,
I would like your help with an issue with executing a perl program from java. I have a perl script that does a FTP which works well when I run it from command line or on a cron. The same command I am running from a Java program, it used to run fine on Solaris 8 and Perl 5.8.0. When we moved to Solaris 10 now, perl version being the same but this java to perl call results in a core dump. We did an initial core read, it points to an error like "Can't find LocalCfg.pm in the path @INC". Is this a right error message or does it point to some perl module not being installed correctly in the new environment. I do not see any LocalCfg as a perl module either in our install tree.
Please help!
Thank you,
Srinivasan
|