in reply to Use of freed value in iteration
to this:foreach $uid (keys %{$systems{$sys}}){
and after that it all worked smoothly again. Does anyone know what this is any different?@userids=keys %{$systems{$sys}}; foreach $uid (@userids){
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Use of freed value in iteration
by salva (Canon) on Sep 09, 2005 at 16:54 UTC | |
by kwetal (Initiate) on Apr 14, 2012 at 17:19 UTC | |
by Discipulus (Canon) on Feb 26, 2024 at 12:36 UTC | |
by choroba (Cardinal) on Apr 14, 2012 at 20:13 UTC | |
by Sewi (Friar) on Jun 15, 2012 at 14:24 UTC |