PDA

View Full Version : CGI/Session.pm not found. Is it installed?



croaker
06-27-2010, 01:24 PM
Hi, I have a Perl CGI script and it uses CGI::Session, i.e.

#!/usr/bin/perl

use CGI::Session;

It doesn't work and the log is:
Can't locate CGI/Session.pm in @INC (@INC contains: ...

Is the CGI::Session module is installed on the Hostmonster server?

Thanks!

croaker
06-27-2010, 01:28 PM
Nevermind. I just found out that the Perl modules have to be installed from the cPanel.

Sigh...you always find out right after you post a message!