Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
"be consistent"
 
PerlMonks  

Re^2: Use of freed value in iteration

by js1 (Monk)
on Sep 08, 2005 at 14:42 UTC ( #490230=note: print w/ replies, xml ) Need Help??


in reply to Re: Use of freed value in iteration
in thread Use of freed value in iteration

$systems is a hash of hashes i.e. $system{$sys}{$uid} where $sys is a system for example, email and $uid is a userid on that system. The module here is Mozilla::LDAP.


Comment on Re^2: Use of freed value in iteration
Re^3: Use of freed value in iteration
by salva (Monsignor) on Sep 08, 2005 at 15:09 UTC
    Could you show us the code where $system is populated?

    Also, use Devel::Peek to print the internals of some of its values and let us see the output. For instance:

    use Devel::Peek; ... $system{some_host}{some_user} = $ldap->whatever(); Dump($system{some_host}{some_user});

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: note [id://490230]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (8)
As of 2013-05-24 01:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (494 votes), past polls