Help for this page

Select Code to Download


  1. or download this
    my $isInst = $self->can('isInst');
    for my $var (@something) {
        $isInst->($self,$var);
    };