in reply to Re^3: Moose from ArrayRef[HashRef] to ArrayRef[Object]
in thread Moose from ArrayRef[HashRef] to ArrayRef[Object]
$args{pages} = [ map Page->new($_), @$pages ];
$args{pages} = [ map Page->new(URL=>$$_{Page}{URL})), @$pages ];
around BUILDARGS => sub {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Moose from ArrayRef[HashRef] to ArrayRef[Object]
by ikegami (Patriarch) on Feb 24, 2011 at 15:59 UTC |