Hello, Here's a module that I think folks on this list might find interesting for use with CGI::App. It's "CGI::State":
http://search.cpan.org/search%3Fmodule=CGI::State Given parameter names in a particular style, it helps to conveniently transform the data into more useful perl data structure. This could be useful for the case where you have rows a similar data you want to process. With this module, you can easily turn that data into an array of hashes. That said, I just found it today and haven't given it a spin yet myself. Mark -- . . . . . . . . . . . . . . . . . . . . . . . . . . . Mark Stosberg Principal Developer [EMAIL PROTECTED] Summersault, LLC 765-939-9301 ext 202 database driven websites . . . . . http://www.summersault.com/ . . . . . . . . --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
