I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-06-19 18:47:30-07 by anbarasan
Reg., installing DKIM.
Can any one help us installing the DKIM in our CENTOS?
Direct Responses: 11007 | Write a response
Posted on 2009-06-19 20:31:14-07 by jaslong in response to 11006
Re: Reg., installing DKIM.
run this as root
perl -MCPAN -e 'install Mail::DKIM'
this will install the DKIM perl module.

However, there have been some reports of one of Mail::DKIM's dependencies not installing on 64-bit RedHat/CentOS, this may affect you.

Direct Responses: Write a response