in reply to Debugging AutoLoader
sub DESTROY {}
That should stop it from using the inherited AUTOLOAD.
-sam
Thanks for the suggestion Sam. I suppose adding an emtpy sub is better than stomping all over the inheritance just in case there is a purpose for it down at the level of HTML::FillInForm.
Good news! It works.