Help for this page

Select Code to Download


  1. or download this
    /home/username/website/prod/lib       <- modules
    /home/username/website/prod/template  <- templates
    /home/username/website/prod/www       <- HTTP root
    
  2. or download this
    use lib "$ENV{'DOCUMENT_ROOT'}/../lib";
    
  3. or download this
    /home/username/website/prod/lib/maintain.pl
    
  4. or download this
    use Site::Utils;
    
  5. or download this
    /home/username/website/prod/lib/Site/Utils.pm