Dhiraj Chatpar wrote:
Please help me as i am not able to find any way to install Libnet Perl Server
I used to install this on debian using apt-get install libnet-server-perl Command
I just cannot figure out how to install this on Centos. Please help
You need the perl-Net-Server package. But this is not in the stock repositories for CentOS. You need to add a repository for RPMforge or EPEL to get it. After that, a "yum install perl-Net-Server" should do.
Or maybe cpan install Net::Server will work....
mark