This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
9ef3b85
)
Remove a now-inaccurate statement about setuid scripts
author
Jesse Vincent
<jesse@bestpractical.com>
Thu, 9 Dec 2010 20:07:51 +0000
(15:07 -0500)
committer
Jesse Vincent
<jesse@bestpractical.com>
Thu, 9 Dec 2010 20:50:52 +0000
(15:50 -0500)
pod/perl.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl.pod
b/pod/perl.pod
index
04eeede
..
b8ce9e3
100644
(file)
--- 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
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...
But wait, there's more...