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

This sounds like exactly what I want but I'm not sure on how to do the registration part. Any hints on that?

An 8 bit man in a 32 bit world.

Replies are listed 'Best First'.
Re**3: Similar plugins run serially
by belg4mit (Prior) on Nov 01, 2002 at 23:42 UTC
    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"