I have a taglib written with TaglibHelper. Much like TaglibHelper itself
does with parse_start and parse_end, I have a common routine I want to run
prior and proceeding the execution of sub within the taglib.

E.g.
sub start(){#do some ini}
sub end(){#clean up}

Sub someTag(){#return something usefull}

Anyone have any idea of how I can do this? As always any help gratefully
received.

Best,
Mark.

Reply via email to