On Sat, Aug 04, 2007 at 10:51:02PM -0400, Franklin S Werren wrote:
Hi All;
I am looking for a way to install Enbedded Perl on a Blue Quartz CentOS 4 Based server....
Any info on how to do it ???
It's a cpan module called Embperl. I don't know of any repositories that package it, but you can either install it straight from cpan:
perl -MCPAN -e 'install Embperl'
or look at using something like cpan2rpm (http://perl.arix.com/cpan2rpm/) to package it as an RPM for you.
Cheers, Gavin