in reply to Re^2: Escaping %params
in thread Escaping %params
A problem is with CGI->Vars , you never want to use CGI->Vars, CGI->Vars is for perl4, Vars mangles (encodes, serializes, packs, implodes) the data, its backwards compatibility for some 1993 stuff
You want "escapeHTML" from CGI.pm
|
|---|