Unable to locate Perl

Hi,

On my server : Linux mymac 2.6.32-431.23.3.el6.x86_64 #1 SMP Wed Jul 16 06:12:23 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux

I tried to load successfully the Perl module inside my Apache [running as apache user] by adding the following in my httpd.conf

LoadModule cgid_module modules/mod_cgid.so

Restarted Apache successfully and tried to hit a page on Apache I see the below errors in my logs ...

 Can't locate CGI.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /opt/app/workload/content_bulkmail/cgi-bin/top.cgi line 3.
BEGIN failed--compilation aborted at /opt/app/workload/content_bulkmail/cgi-bin/top.cgi line 3

I have perl installed with non apache users [root] at the following locations

file /usr/bin/perl
/usr/bin/perl: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
file /usr/local/opt/perl5.14/bin/perl
/usr/local/opt/perl5.14/bin/perl: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped

Can you suggest what should i do to fix this error.