I want to create a web site using Perl/CGI.
An essential part will be getting by perl execution or reading from file a portion of a big chunk of data and showing it in the text box. By clicking "next portion" or so the next portion of data will be retrieved.
Although I already created some simple CGI web pages I am a newbie in CGI and web sites. So any hints, examples or links showing how to implement my task will be appreciated.