in reply to Re^2: Inconsistent Perl code in Internet Explorer 8
in thread Inconsistent Perl code in Internet Explorer 8
This code was done by a friend, but he insists that there is nothing wrong,
Well, aside from the notes by JavaFan, the code is broken. It makes assumptions about the value of $data, and the big mistake, it trusts the user not to be malicious. The value of $data can vary from browser to browser. My first link and the links it links, deal with this in some detail. Read it.
By the way, how does code printing headers looks like?
Read my links, there are at least 3 examples, and they all contain the word "header"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Inconsistent Perl code in Internet Explorer 8
by tobyink (Canon) on Mar 06, 2012 at 08:16 UTC | |
by Anonymous Monk on Mar 06, 2012 at 08:26 UTC |