>>>>> "leegold" == leegold  <[EMAIL PROTECTED]> writes:

leegold> I don't care. yes, i want to paginate a DBI SELECT table to
leegold> CGI output. What ever works in fine. What i need is real working code.
leegold> Not "form" or theory, or snippets. I need a working example with a dat
leegold> file.
leegold> There are no working examples on the web - just a slew of modules with
leegold> brief snips and explainations but *no* simple working code examples.
leegold> I'm begging.

The problem is state maintenance.  You have to either repeat the query
on each hit, or do the query once and stash it somewhere.  For *working
code* (as you keep screaming for) that does the latter, see one of my
very first magazine articles:

<http://www.stonehenge.com/merlyn/WebTechniques/col02.html>.

If that doesn't make sense, you need to *hire* a programmer.  You're
bordering on whining because you can't just copy and paste.  That
makes you not a programmer, in my mind.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to