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-11 Thread richter
Hi, if you change some sort of things in your module, you have to restart Apache, especially when do things like renaming methods, because Perl does a lot of magic cacheing and automatic reload like Embperl and Apache::Reload does, will not work in such situations. Gerald > -Original Mes