in reply to Re: Re: Similar plugins run serially
in thread Similar plugins run serially

The &import for each subclass could call some method of the baseclass eg; &register. register would determine it's caller and add the subclass name to some internal list; over which you later iterate calling scan.

--
perl -wpe "s/\b;([mnst])/'$1/g"