Help for this page

Select Code to Download


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