Help for this page
my @MainArray = map { chomp; [ split // ] } <A1>;
my @MainArray = map [ /(.)/g ], <A1>;