[Mastering-perl] More stuff
brian d foy
brian.d.foy at gmail.com
Sat Dec 23 02:43:13 EST 2006
On 12/20/06, Florian Merges <fmerges at cpan.org> wrote:
Excellent suggestions, most all patched:
> Section: Taint checking
> ----------------------------------
>
> Under taint-checking, Perl doesn't let me use unchecked data from outside
> the
> source code to affects things outside the program
> ===> inside
Perl doesn't care about tainted data inside the program. It's only
when you try to use it with something outside the program (through
system, etc) that it complains.
> Chapter: brian's Guide to Solve Any Perl Problem
> ====================================
> Have you checked Google? =====> IRC?
> Perlmonks?
Google finds that stuff :) I never look at IRC and I hardly ever check
Perlmonks directly. I wouldn't recommend IRC to anyone who already
doesn't use it (and Randal the Reviewer would make me remove that
anyway :). I think Perlmonks can be good, but not nessarily for the
casual browser. It's nothing against Perlmonks, but I find its value
in its regular use and discussion rather than single visits. :)
--
brian d foy <brian.d.foy at gmail.com>
http://www.pair.com/~comdog/
More information about the Mastering-perl
mailing list