Raises an error, 'Bad page version (or corrupt page).'. This refers to the version of the internal wiki data file format. It is called as a check to verify that we're looking at the correct file format for this version of the code:
if ($Page{'version'} != 3) {
&UpdatePageVersion();
}