ListAllPages
This subroutine will return an array of all of the page names in the page database.
ListAllPages()
This subroutine does not take any arguments.
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.