in reply to a simple matter of elegance
or evenfor ($self->{data}) { $_->{name} = 'spiros'; $_->{address} = 'london'; }
for ($self->{data}) { @$_{qw(name address)} = qw(spiros london); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: a simple matter of elegance
by jdporter (Paladin) on Oct 03, 2007 at 13:35 UTC |