in reply to Weird error after a configuration change

My guess is that

my $action = param('action');
yields an undefined value, thus
$action eq 'ΑποστοΠ+»Ξ®!'
is responsible for the "uninitialized value in string eq" warning.

Are you sure your index.pl is being invoked with the same query string as before?

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.