in reply to Re^4: Generating an HTML survey form from simple markup
in thread Generating an HTML survey form from simple markup

If you;d like it to go into POD then you could always use a =for or a =begin/end bock and subclass a POD parser to extract it and deal with it how you want like:
=begin formdef action: '/somepath/foo.cgi' fields: - [ text, name, "Your name:" ] - [ radio, gender, Male, Female ] - [ textarea, complaints, "Enter your complaints here", 80, 24 ] =end formdef
--
Clayton