--- deliantra/Deliantra-Client/DC/Pod.pm 2008/03/25 02:12:35 1.19 +++ deliantra/Deliantra-Client/DC/Pod.pm 2008/03/30 00:25:11 1.20 @@ -27,7 +27,11 @@ sub P_MARKUP (){ 2 } sub P_INDEX (){ 3 } -*wiki = Storable::retrieve DC::find_rcfile "docwiki.pst"; +our %wiki; + +sub load_docwiki { + *wiki = Storable::retrieve $_[0]; +} sub goto_document($) { $goto_document->(split /\//, $_[0]);