On 2001-02-22 at 14:50, Ken Williams <[EMAIL PROTECTED]> wrote:

> I assume these modules have "package" statements that you haven't shown
> here.  You should put the package declarations before any "use"
> statements.  That way when "use" imports symbols into the current
> namespace (package), it'll do it into the correct one.  Right now it's
> probably importing into ::main.

yes, they actually look like this (the beginning of them)

---------
package JEM::Info::PairParse;

use JEM::Error;
use JEM::Util;
---------
package JEM::Error;

use Jem::Util;
---------
package JEM::Util;
---------

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

Reply via email to