$count = shift; my $routine; for($runs = 1; $runs <= $count; $runs++){ $routine = "func_$runs"; &{$routine}; }