in reply to Getting different anonymous arrays
@array = qw( a b c d ) ; $array{$_} = [@array] for @array; [download]