foreach my $var (@something) { $self->isInst($var) } #### my $func_Ref=\&$self->isInst; foreach my $var (@something) { &$func_Ref($var) }