shilpam has asked for the wisdom of the Perl Monks concerning the following question:
I need to insert data for each user. But, the problem is if I try to insert data for the 1'st record (userid:1234), it won't allow me because the data for its manager(i.e. 6789) is not yet inserted. The data for this manager comes later in the hash (i.e. record 3){1234} => "6789" {1235} => "6790" {6789} => "6791" {1236} => "6789"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with hash
by pelagic (Priest) on Apr 19, 2004 at 10:51 UTC | |
by shilpam (Sexton) on Apr 19, 2004 at 11:47 UTC | |
|
Re: Problem with hash
by ozone (Friar) on Apr 19, 2004 at 08:58 UTC | |
|
Re: Problem with hash
by Zaxo (Archbishop) on Apr 19, 2004 at 09:04 UTC | |
|
Re: Problem with hash
by thor (Priest) on Apr 19, 2004 at 12:39 UTC |