in reply to Re^2: how to create a "delegating" array?
in thread how to create a "delegating" array?

Bar->new(x=>1), Bar->new(x=>2), Bar->new(x=> +3
this can be good place to use map:  map Bar->new (x => $_), 1 .. 3