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