my @tag_arr = qw(1234567 2345678); my @out_arr; for ( @tag_arr ) { push @out_arr, ( split /(\d+)/ )[1]; }