Remove a now-inaccurate statement about setuid scripts
authorJesse Vincent <jesse@bestpractical.com>
Thu, 9 Dec 2010 20:07:51 +0000 (15:07 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 9 Dec 2010 20:50:52 +0000 (15:50 -0500)
pod/perl.pod

index 04eeede..b8ce9e3 100644 (file)
@@ -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...