foreach $item (@bitmap) { chomp($item); $total.=$item; } @image=split(//,"$total");