I don't know if this is a general Perl question or a Mac specific ... but I'll
start here.

If I got three modules with the following 'use' statements

-- module A ---

use B;
use C;

-- module B ---

use C;

-- module C ---

--

If I now do a syntax check I get error messages that the functions of C are
redefined ... I assume this is because C is first checked/compiled in the use
statement of module B and then directly from A.

I assume there is a way to prevent these messages but how?

                    jem
--
Jan Erik Moström                             mailto:[EMAIL PROTECTED]
Free Elektron                      http://www.mostrom.pp.se/folk/jem/

Reply via email to