From 26dfceb05d7e2ca8bd36fa88ced2f85e50accad2 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 9 Dec 2010 15:07:51 -0500 Subject: [PATCH] Remove a now-inaccurate statement about setuid scripts --- pod/perl.pod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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... -- 2.7.4