RE: Schrödinger syndrome

2012-03-11 Thread richter
nal Message- > From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org] > Sent: Sunday, March 11, 2012 12:26 PM > To: Gerald Richter - ECOS > Cc: embperl@perl.apache.org > Subject: Re: Schrödinger syndrome > > Gerald, > > Le 09/03/2012 23:23, rich...@ecos.de a écrit

Re: Schrödinger syndrome

2012-03-11 Thread Jean-Christophe Boggio
Gerald, Le 09/03/2012 23:23, rich...@ecos.de a écrit : If you are sure that is not a problem of your module, then I would: I'm sure it *is* a problem with my module. - move "sub BEGIN { }" and the "use ..." to a startup.pl file which call on server startup (PerlRequire in httpd.conf) I d

RE: Schrödinger syndrome

2012-03-09 Thread richter
g, which log into apache error log). What do you mean by getuser is renamed? Gerald > -Original Message- > From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org] > Sent: Friday, March 09, 2012 2:39 PM > To: embperl@perl.apache.org > Subject: Re: Schrödinger syndrome

Re: Schrödinger syndrome

2012-03-09 Thread Jean-Christophe Boggio
Hours of "debugging" later, no real success. (Many thanks to those who gave hints via private emails) 1) Modified my package so there's only one package/one object in the source. 2) Renamed the getuser() function so it's called MYgetuser 3) Calling code looks like this : [- sub BEGIN { m