foreach my $numbered_param ( grep /^prefix(\d+)/ , param() ) { # do something with $numbered_param }