i am quite new with linux/perl etc....
this is part of a perl mail script:
---------------------------------------------
#!/usr/bin/perl -T
use strict;
use CGI;
use Config::General;<----------this gives me an error
use Net::SMTP;
-----------------------------------------
the error in apache log:
-------------------------------------------
Can't locate Config/General.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl) at /var/www/cgi-bin/mail.pl line 5.
BEGIN failed--compilation aborted at /var/www/cgi-bin/mail.pl line 5.
[Tue Aug 19 14:31:36 2003] [error] [client 196.25.133.226] Premature end of script headers: /var/www/cgi-bin/mail.pl
-----------------------------------------------------
do i have to install an rpm or is there something i have to configure for Config/General.pm?