I just tried to do method delegation by tying @ISA, but Perl seems to totally ignore my attempts. Then I saw this in the Tie::Array manpage: There is no support at present for tied @ISA. There is a potential conflict between magic entries needed to notice setting of @ISA, and those needed to implement 'tie'. So I was wondering whether it's at all possible to manipulate the magic entries in an @ISA such that one could hook class hierarchy lookup attempts. Anyone know? -- Ned Konz currently: Stanwood, WA email: [EMAIL PROTECTED] homepage: http://bike-nomad.com
