in reply to spliting a string

Here is another way:
@splited = $string =~ /\d+/g;

gkinueliileunikg