Hello,
I have a couple of questions regarding the HTML::Pager module, which uses HTML::Template: * Has anyone thought about recrafting this as a CGI::Application app? * From the documentation, it appears that the whole result set needs to be available even though I'm just displaying a subset of it. Is this correct? I think Postgres and MySQL now both support a better alternative using the "LIMIT" feature. I can run one SQL statement to find out that I would get back 2000 rows, and a second statement to get back only rows 10 through 20 of the result set. Does the current feature set support this model. If so, could someone provide an example? Thanks, -mark . . . . . . . . . . . . . . . . . . . . . . . . . . Mark Stosberg Principal Developer [EMAIL PROTECTED] Summersault, LLC 765-939-9301 ext 223 website development . . . . . http://www.summersault.com/ . . . . . . . --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
