in reply to Re: Filling An Array
in thread Filling An Array

f00f!
@a = map { my $l = $_; map $l.$_, '01'..'12' } 'A'..'H';