I'm trying to create a "browse" window for MySQL tables in
Perl. The user should be able to browse through the
records presented to him in a Curses widget. My problem is
that the SQL table is pretty large (tens of thousands of
records) and sucking it all into memory would not work
on computers with less RAM.
Thanks in advance.