Hi there,

On Fri, 3 Dec 1999, Young, Geoffrey S. wrote:

> maybe it has to do with the order in which stuff is held in %INC - that is,
> Apache::DBI needs to be loaded before DBI, but PerlFreshRestart may require
> them in the improper order because of the hash order?

Is there a `hash order'?
Hashes can do strange things with the order of their contents.

Does the code do a foreach (sort keys %INC) or just foreach (%INC) ?

73
Ged.

Reply via email to