1 Maybe this is obvious, but the config variable lives in the IkiWiki module, and one probably
2 wants to call defaultconfig for most applications.
4 %IkiWiki::config=IkiWiki::defaultconfig();
5 IkiWiki::Setup::load($config_file);
6 print join(",",keys %IkiWiki::config);