From: Caleb E. <ca...@bk...> - 2001-03-07 22:10:22
|
I'm playing with runnign ids under mod_perl instead of as an external CGI. The following changes to index.cgi and admin/index.cgi seem to make it work properly (the admin/idnex.cgi was causing errors, but I made the same change to the top level index.cgi just in case): Change the line whcih says: use idsShared; to read use idsShared qw(/^.*/); This causes all of the EXPORT_OK symbols to be imported from idsShared, otherwise they end up in a different namespace and when they are used in the CGI scripts, we die(). -- cae at bklyn dot org | Caleb Epstein | bklyn . org | Brooklyn Dust Bunny Mfg. |