in reply to Conditional function replacement

undef &existstatus before the reassignment will silence the redefined warnings.

-Lee

"To be civilized is to deny one's nature."

Replies are listed 'Best First'.
Re: Re: Conditional function replacement
by Thelonius (Priest) on Apr 16, 2002 at 20:15 UTC
    Thanks, that's just what I needed.