in reply to Re^4: Calling functions from different namespaces
in thread Calling functions from different namespaces

This didn't work. It is still using the wrong s2.
  • Comment on Re^5: Calling functions from different namespaces

Replies are listed 'Best First'.
Re^6: Calling functions from different namespaces
by blazar (Canon) on Jan 19, 2006 at 08:38 UTC

    Maybe you didn't understand his suggestion: s1 is thought to call a "default" s2, which is the one defined in the same package and which happens to be -I think- the one you call "wrong". To override it, you must supply a coderef as an explicit parameter to s1 as you wrote you wanted to do in Re^2: Calling functions from different namespaces.

    See an explicit, minimal example of all this at my other reply.

      I didn't understand his suggestion. :)