Ok! Thanx! I found the bug :-)
> Try to install the AUTOLOAD sub and trace the calls:
>
> use Carp;
> sub AUTOLOAD{
> Carp::cluck("trying to load $AUTOLOAD");
> }
>
> at least you will figure out where the sub is called from. It looks
>
> _____________________________________________________________________
> Stas Bekman JAm_pH -- Just Another mod_perl Hacker
> http://stason.org/ mod_perl Guide http://perl.apache.org/guide
> mailto:[EMAIL PROTECTED] http://apachetoday.com http://logilune.com/
> http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
>
>