in reply to Re^2: CGI::Sessions fails when I use Data::Dumper
in thread CGI::Sessions fails when I use Data::Dumper

escapeHTML oddly only takes 1 argument, and ignores the rest, so that only works if you have

sub Dumper { scalar Data::Dumper->new( \@_ )->Indent(1)->Useqq(1)->Dum +p; }