# auf böses HTML prüfen sub IsEvilCode { my $s = shift; $s =~ s/[\r\n]//gm; return 1 if $s =~ /[<>]/ig; return 1 if $s =~ /