Hi there, On Fri, 3 Dec 1999, Young, Geoffrey S. wrote: > here's the code from the guide: > > while (my($k,$v) = each %INC) { > delete $INC{$k}; > require $k; > } I don't know what you'd do about that then. Whatever you do, you're bound to break _something_. 73 Ged.
- 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 %INC Jeffrey W. Baker
- Re: PerlFreshRestart and %INC Chip Turner
- Re: PerlFreshRestart and %INC Andrei A. Voropaev
- Re: PerlFreshRestart and %INC Ken Williams
- Re: PerlFreshRestart and %INC Doug MacEachern
- RE: PerlFreshRestart and %INC G.W. Haywood
- RE: PerlFreshRestart and %INC Young, Geoffrey S.