From: Jesse Vincent Date: Thu, 9 Dec 2010 20:07:51 +0000 (-0500) Subject: Remove a now-inaccurate statement about setuid scripts X-Git-Tag: v5.13.8~167 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/26dfceb05d7e2ca8bd36fa88ced2f85e50accad2?hp=9ef3b85fb7eb5182857d0323451548cf3339b325;ds=sidebyside Remove a now-inaccurate statement about setuid scripts --- diff --git a/pod/perl.pod b/pod/perl.pod index 04eeede..b8ce9e3 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -283,9 +283,7 @@ unlimited depth. And the tables used by hashes (sometimes called performance. Perl can use sophisticated pattern matching techniques to scan large amounts of data quickly. Although optimized for scanning text, Perl can also deal with binary data, and can make dbm -files look like hashes. Setuid Perl scripts are safer than C programs -through a dataflow tracing mechanism that prevents many stupid -security holes. +files look like hashes. But wait, there's more...