Help for this page

Select Code to Download


  1. or download this
    my( %site, %search );
    use SiteConfig ( site=>\%site, search=>\%search );
    
  2. or download this
    package SiteConfig;
    
    use strict;
    ...
    }
    
    1;