http://www.perlmonks.org?node_id=994046


in reply to Best tools for simple WebUI

What are you referring to by "repeating forms." Does the entire form repeat? Do only specific elements repeat? Do you have the same form multiple times on the page but using different form tags?

I have a module that handles various types of repeating, but I'd like to make sure I'd be answering the question you are wanting answered before I just spit out a random solution to a problem you might not be having.

my @a=qw(random brilliant braindead); print $a[rand(@a)];