On Tue, Oct 20, 2009 at 5:16 PM, Devin Teske <dte...@vicor.com> wrote:
> the problem is that 'require' and 'use' want to conditionally not re-
> import the library based on the module name (which doesn't change)...
>
> ...the solution is to not use 'use' or 'require' and instead beat down
> on the INC hash yourself, and perform a manual 'do' statement.

Performance will suffer, but it will work for most code.  It will fail
on the same kind of things that Apache::Reload fails on.

BTW, there are many threads on this in the list archives, with other
possible solutions.

- Perrin

Reply via email to