in reply to Re: Push values into a hash
in thread Push values into a hash
$data{name} = $number->{"n_names"}; $data{address} = $number->{"n_add"}; $data{phone} = $number->{"n_phone"}; $data{email} = $number->{"n_email"} || '';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Push values into a hash
by Corion (Patriarch) on Jul 25, 2016 at 15:59 UTC | |
by Anonymous Monk on Jul 25, 2016 at 16:05 UTC | |
by Corion (Patriarch) on Jul 25, 2016 at 16:11 UTC |