Articles on this board are examples. The message posted by a guest is organized according to the formula. In this case:
1) $data{'name'} for the name of the guest
2) $data{'email'} for the mail address which is hidden at the $data{'name'}
3) $posted for the time CGI received the message
4) $data{'title'} for the title of the comments
5) $data{'comments'} for the comments
are placed among HTML tags and letters.
The formula at the bottom is applicable when a guest sends a message longer than $maxle (512 by default, the MotherBoard shows only 512 bytes of information but you can change it). The entire article is put on the separete DaughterBoard which you are seeing now. When the DaughterBoard is created,
7) $cutoff more byte(s), chick here!
message is added to the MotherBoard, in that $cutoff (which is automatically calculated) is the length of article beyond $maxle.
use browser's Back button to return to the MotherBoard.