in reply to Re^2: Problems with 'our' definition with perl 5.00503
in thread Problems with 'our' definition with perl 5.00503
I'm sure something like this is possible:-
*{"&our"} = \&{my};
I know it's wrong and doesn't work. But I'm sure one of you wise monks know how to do it.