Today I finally resolved a strange error that was bugging me for days
now.

In the sets of applications that runs under mod_perl on our webserver
we need the same modules twice, but with different pragmas.

app1:  use module qw(standard pragma1);
app2:  use module qw(standard pragma2);

now, of course - whichever application is needed first it loads the
module with the mentioned pragma. Later - when the second app wants to
load the module, mod_perl uses the already module with the "wrong"
pragma.

Is there any trick around this problem or do I need to copy the module
and alter its name ? (which would cost more administration-effort,
cause each update of the module needs double work then)

The module where I have this problem is the standard CGI-module.  Some
apps need the -no_xhtml pragma by heart, especially with new IE6 that
seems to be quite strict about headers.

thnx,
peter


-- 
mag. peter pilsl
IT-Consulting
tel: +43-699-1-3574035
fax: +43-699-4-3574035
[EMAIL PROTECTED]

Reply via email to