in reply to Re^2: Stop Using Perl
in thread Stop Using Perl
Here is a bug report for you, common pitfall
$ perl -MCGI=escapeHTML -le " print escapeHTML(qw/ < < < / ) " <
Also, why not warn about html shortcuts getting used?
Also, another pitfall you might be able to warn about in some cases, mixing exported param() with CGI->new ?
Also, why not warn about header_printed ? (you already printed headers, second time doesn't count)
And big one, warn about anyone using using ReadParse/->Vars
:)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Stop Using Perl
by leej (Monk) on Jan 05, 2015 at 12:26 UTC | |
by LanX (Saint) on Jan 05, 2015 at 23:46 UTC | |
by Anonymous Monk on Jan 05, 2015 at 22:00 UTC | |
by leej (Monk) on Jan 06, 2015 at 07:28 UTC | |
by Anonymous Monk on Jan 06, 2015 at 08:17 UTC | |
|
Re^4: Stop Using Perl
by marto (Cardinal) on Jan 05, 2015 at 11:33 UTC | |
by Anonymous Monk on Jan 05, 2015 at 11:39 UTC | |
by marto (Cardinal) on Jan 05, 2015 at 11:41 UTC | |
|
Re^4: Stop Using Perl
by marjetika (Initiate) on Jul 28, 2015 at 14:57 UTC | |
by Anonymous Monk on Jul 28, 2015 at 23:28 UTC | |
by marjetika (Initiate) on Aug 11, 2015 at 18:13 UTC |