in reply to Re: importing a function
in thread importing a function

That does solve the problem of clobbering import(). However, how would one go about solving this problem for classes that have use base?

------
We are the carpenters and bricklayers of the Information Age.

Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.

Replies are listed 'Best First'.
Re: Re2: importing a function
by broquaint (Abbot) on Feb 12, 2003 at 18:00 UTC
    However, how would one go about solving this problem for classes that have use base?
    Since base updates the @ISA of each package that shouldn't be a problem.
    HTH

    _________
    broquaint