$string="garbage validcommand 1234 221 garbage 999 213"; while ($string =~ s/validcommand\s+(\d+)/validcommand /) { push(@args,$1); }