$Page_Dir = "/home/some/backend/pagez"; $pg = $in{pg}; $pg = "home" if !$pg; if (-e "$Page_Dir/$pg.conf") { require "$Page_Dir/$pg.conf"; } ($page_content,$title) .= run_page_mill($pg); # above line checks the database for the # page title and content