On Thu, 2003-08-14 at 13:41, Jean-Sebastien Guay wrote:
> > Is there anything unusual about the
> > way you call this sub (AUTOLOAD, function ref, etc.)?
> 
> Not at all. It is imported with
> 
> use Hybride::Projects qw(getImage <other imports>);

I think that's the problem.  You are creating an alias to the sub here,
and when it gets reloaded the alias is still pointing to an old version.

Try doing a fully-qualified sub call instead of importing.

- Perrin

Reply via email to