in reply to A module to merge packages

Does your module boil down to more than the following?    @c::ISA= qw( b a ); If not, perhaps a more thorough description is in order.

        - tye (but my friends call me "Tye")

Replies are listed 'Best First'.
Re: A module to merge packages
by dakkar (Hermit) on Jun 26, 2002 at 15:36 UTC

    Actually, no.

    It's just a fancy way to set that @ISA.