mire wrote:
> Beta contains new code and www is old code. We were calling www but once a
> while beta would pop in.  We noticed error messages that were giving whole
> stack trace (caller) but those error messages were not present in www code,
> they are implemented as a change in beta code.

Are you sure you aren't just having namespace problems?  If this code is 
in a module which has the same name for both versions, you can only have 
one version loaded in each perl interpreter.

- Perrin

Reply via email to