Next | The Identity Function | 29 |
You can use do or eval to reinstate $o
But how to you get %h tied to $o again?
Calling tie %h => CLASS, ... probably doesn't work at all
Even if the original arguments were somehow accessible
You could rewrite the CLASS::TIEHASH function
... for every tied class in the world ...
Next | Copyright © 2001 M. J. Dominus |