On Thu, Apr 03, 2003 at 10:19:25AM -0500, Steve Comrie wrote: > I've been using HTML::FillInForm to get this job, and other similar ones > done quickly and easily.
Ditto. I'm not using HTML::Template, so I have my own output() routine to call Template Toolkit. It's childsplay to put that output in a variable and run that through HTML::FillInForm before giving it to the screen/user. Since I don't use HTML::Template, I don't recall if CGI::app's tie with it makes it more tricky to do that...I can't imagine it does, from what I recall. You should be able to do the same. -- SwiftOne [EMAIL PROTECTED] --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
