in reply to Re: Populating forms
in thread Populating forms

Thanks for that. I've taken another look at HTML::Template, and it seems to be the best option.

I think I was hoping more that there would be nice OO interface to add items to forms, but I now realise this would get ugly for anything like radio boxes and check boxes. (List boxes would be easy, just look for <SELECT NAME="something"></SELECT> then populate).

HTML::Template seems like the best bet. Thanks!