Hi,
        I try to use module CGI::Session:DB_File for the following:

#!/usr/bin/perl

use strict;
use CGI;
use lib '.';
use CGI::Session::DB_File;
...
and the DB_File module also locate same directory as the script is. 
However stil get the following says can not find:

Can't locate CGI/Session/DB_File.pm in @INC (@INC contains: . 
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 ....

I am run this on RH 9.0

Thanks for the help.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to