Re: Do I need to reinstall mod_perl?

2000-09-15 Thread Thomas S. Brettin
It looks like /usr/local/lib/perl5/site_perl/5.6.0 needs to be in in @INC If this is your problem, there are several options that might work, #!/usr/local/perl -I/usr/local/lib/perl5/site_perl/5.6.0 or move the .../site_perl/5.6.0/Apache directory to a directory in @INC. On Fri, 15 Sep 2000,

Re: I'm missing something in Apache::Cookie (fwd)

2000-09-15 Thread Thomas S. Brettin
from the looks of the code you guys posted, I would guess that Cookie-fetch returns a hash reference, not a hash. Could this be the problem? Thomas S. Brettin Staff Member Bioscience Division, MS-M888 Los Alamos National Laboratory Los Alamos, NM 87545 505-665-3334 On Fri, 15 Sep 2000, Chris