in reply to Re^2: Problem in using 'ëxists" function to see if a key exists for a hash
in thread Problem in using 'ëxists" function to see if a key exists for a hash
Don't you mean not present like in your code?
pojif (exists $orgin{$val}) { next; } else { print "$val : $key Entered the else loop\n"; push @{$orgin{$val}}, "xxxx"; $count++; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Problem in using 'ëxists" function to see if a key exists for a hash
by achs (Initiate) on Feb 17, 2016 at 08:52 UTC | |
by poj (Abbot) on Feb 17, 2016 at 09:34 UTC | |
by achs (Initiate) on Feb 17, 2016 at 12:25 UTC |