in reply to Re^2: Any security holes?
in thread Any security holes?

> do you have a suggestion (example code) for that?

the synopsis of HTML::Entities has one

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^4: Any security holes?
by Limbomusic (Acolyte) on Jun 26, 2022 at 22:37 UTC
    I don't know how or where to implement it in my .pl file, could u help? It seems that this would do the trick:  $encoded = encode_entities($input, '<>&"'); It seems this would negate all these characters and thats exactly what i want - but how?