in reply to HTML input string that starts with >'>
Maybe you want to show us your code, the input, and what error(s) you get when the two come together?
Maybe you want to read perlop, especially on the eq operator for string comparison.
Alternatively, read perlre, about regular expressions that could match such a string.
Maybe you just want to play it safe and HTML-escape all parameters before interpolating them into any HTML output, as you should, potentially by using HTML::Entities?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HTML input string that starts with >'>
by wcnardone (Initiate) on Feb 01, 2010 at 21:13 UTC |