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.
- PerlFreshRestart and %INC Michael Smith
- Re: PerlFreshRestart and %INC Tim Bunce
- Re: PerlFreshRestart and %INC Michael Dearman
- Re: PerlFreshRestart and %INC Doug MacEachern
- RE: PerlFreshRestart and %INC Young, Geoffrey S.
- RE: PerlFreshRestart and %INC G.W. Haywood
- RE: PerlFreshRestart and %INC Young, Geoffrey S.
- Re: PerlFreshRestart and %INC Tim Bunce
- Re: PerlFreshRestart and %INC Randal L. Schwartz
- Re: PerlFreshRestart and %INC G.W. Haywood
- Re: PerlFreshRestart and %INC Tim Bunce
- Re: PerlFreshRestart and %INC brian moseley
- Re: PerlFreshRestart and %INC Jeffrey W. Baker
- Re: PerlFreshRestart and %INC Ken Williams
- Re: PerlFreshRestart and ... Jeffrey W. Baker
- Re: PerlFreshRestart and ... Chip Turner