On 21/10/03 03:58 +0100, Nasimuddin Ansari wrote: <snip> > Since my box is not connected to internet, perl > modules are not able to installed. Is there is anyway > out to do it from RH CD or after downloading the > required module and run some install command. Download the module from CPAN, tar -zxvf it, and perl Makefile.PL && make && sudo make install. There is a Sourceforge project to make RPMs of all CPAN packages. You also have cpan2rpm.
Devdas Bhagat ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
