jbrose has asked for the wisdom of the Perl Monks concerning the following question:

Hello.

We have an open source app we have installed that generates an error when it gets to this line in a PERL script...

use Browser::CGI::Session;

We cannot seem to locate that module on cpan, or anywhere else for that matter.

Error... Compilation failed in require at /usr/local/apache/smd/cgi-bin/annotation/amiGO/go.cgi line 26.

We also have this

use Browser::CGI::Analysis;

which we cannot locate anywhere either.

We are using v5.8.7 built for sun4-solaris

Any suggestions would be appreciated.

Thanks John

Replies are listed 'Best First'.
Re: Browser::CGI::Session?
by davido (Cardinal) on Dec 17, 2005 at 09:26 UTC

    You could check the open source site whence you obtained the script to see if it also contains these helper modules. If not, perhaps contact the community that maintains the script, and ask them where these modules can be found.


    Dave