$string = 'garbage validcommand 1234 221 garbage 999 213'; $string =~ m/validcommand\s+((\d+\s+)+)/; @args = split ' ',$1;