Function set_pages:
Defined in module book (file: /std/book.c)

Set the pages that are in the book.  Each element of the array is the text
that appears on the page.  The elements can be either the text that is on the
page, a filename, or a function pointer that generates one of these.

Prototype:
void set_pages(mixed array page_data...);
