in reply to Re^5: Array to hash converstion
in thread Array to hash converstion
how to store the value in $correction only if the $data_pair->{value} is not empty.$correction = $data_pair->{value} if($data_pair->{key} eq 'correct');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Array to hash converstion
by Anonymous Monk on Jul 15, 2009 at 10:41 UTC |