Retrieve Page



db records are packed arrays of alternating keys and values ready to be assigned to an associative %variable

  sub RetrievePage {
    local($title) = pop(@_);
    split($FieldSeparator, $db{$title} || 
      "text${FieldSeparator}Describe $title here.");
  }

ReplacePage will return a page to its proper place in the database.

 

Last edited November 27, 1995
Return to WelcomeVisitors