Help for this page
use strict; use warnings; ... # if the page exists, then we use it $page = "pages/$req.html" if -e "pages/$req.html" ;