Help for this page

Select Code to Download


  1. or download this
    package SiteConfig;
    
    ...
    %editor = %{ XMLin('./editor.xml') };
    
    1;
    
  2. or download this
    use SiteConfig qw( %site %search );
    
  3. or download this
    no strict;
    for (@configs)
    {
        %{$_}   = %{ XMLin("./$_.xml") };
    }