Help for this page
perl -e ' $value = "12345654321"; @twos = ($value=~ /2/g);print "|", j +oin "|" , @twos,"\n";'
push @array, $1;