#!/usr/bin/perl print "Content-type: text/html\n\n"; print "Hello this is just a kindness.\n"; #### [Mon Aug 11 08:19:07 2014] [error] 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 . /etc/httpd) at /var/www/vhosts/ibstrategies.com/httpdocs/step1.pl line 3.\nBEGIN failed--compilation aborted at /var/www/vhosts/ibstrategies.com/httpdocs/step1.pl line 3.\n #### [root@chelsea /]# perl -e 'use CGI; print $CGI::VERSION."\n";' 4.03