Subroutine Name

ListAllPages

Explanation and Usage

This subroutine will return an array of all of the page names in the page database.

Syntax

ListAllPages()

Options

This subroutine does not take any arguments.

Examples

These are actual examples from the Aneuch source code:

my @files = ListAllPages();
Fills the array @files with the list of pages in the page database.

← Return to API listing