Perl - Building Static Html pages

liunx

Guest
I am writing an Guestbook script in perl, and what i want to do, is every time somebody adds and entry or changes are made in the administration area the pages rebuild themselves as static html, but each web page can only have 20 entries displayed on it, so if you had 50 entries you would have 20 entries in 1.html 2 entries in 2.html and 10 entries on 3.html.

Could someone help me and tell me how can i do that, the information is stored in a plain text file on the server.
 
Top