Originally posted by d-talk:
Hi Al,
it seems to be that the hack does not work correctly, or I make (again) a mistake:
(RequireCodeNoINC) NonCGIPath/Templates/public_topic_page.pl: syntax error at NonCGIPath/Templates/public_topic_page.pl line 200, near "$nation s/_/ /isg"
Compilation failed in require at CGIPath/ubb_lib.cgi line 922.
in public_topic_page.pl
replace: $nation s/_/ /isg;
with: $nation =~ s/_/ /isg;